For the first one, have you tried setting/updating the post styles to indicate post height? Docs here, example code here:
await reddit.submitCustomPost({
"title": "Post with styles title",
"styles": {
"height": "TALL", // <-- This is the important bit
}
})