1
I set the height to 230px, but in Firefox it gets bigger than in Chrome, IE and Edge
This ends up interfering in the iframe margin with the element below, which gets smaller in Firefox
Can you tell me how to standardize iframe for all browsers?
Plugin link: https://developers.facebook.com/docs/plugins/page-plugin
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Ffacebook&tabs&width=280&height=230&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="280" height="230" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
This scrolling is of the content that is inside the iframe. You are not allowed to modify anything. If you don’t have a configuration option, there is no way.
– mau humor
Many websites use without this bar. And I forgot to mention that in Chrome it does not appear
– Gabriel Souza
Then check in the documentation if there are any parameters that do this. But I noticed now, you’re limiting the height of the iframe, so what you expect to happen to the content, since it’s bigger?
– mau humor
It’s not that either, I’ve modified it to several heights and it doesn’t solve, it just breaks the iframe
– Gabriel Souza
I solved this problem, edited with the new problem
– Gabriel Souza