JoshyPHP
Well-known member
Why is regular Facebook embed's (such as a text post containing a few lines) iframe height fixed to 360px?
The minimum height is 100px but browsers don't reliably provide measurements for documents that are smaller than the original iframe. IE/Firefox give a set of dimensions, Chrome/Safari give another. I could make the original iframe smaller but then it would be more disruptive to the layout when the embedded post loads and the iframe is resized. I'm not sure which one is worse.