Contents of iframe works well in chrome but not in firefox. I've disabled add-ons but my iframe is still empty.Both my site and iframe are https.
Below is the code:
<p><iframe class="display:inline-block;" frameborder="0" height="2622px" scrolling="no" src="https://www.emolument.com/start" width="100%"></iframe></p>
You can change this behaviour in your own Firefox installation by typing about:config in the address bar and setting security. mixed_content. block_active_content to false .
The iframe context picker button feature is enabled by default (if it has been disabled the iframe button is never displayed). The feature can be re-enabled from the Settings menu, using the “Select an iframe as the currently targeted document” checkbox.
The iframe element is supported by all modern desktop and mobile browsers.
Try:
<p><iframe style="display:inline-block; height: 2622px" frameborder="0" scrolling="no" src="https://www.emolument.com/start" width="100%"></iframe></p>
Corrected style attribute and declared height as css instead of height attribute.
The height attribute btw should not have 'px'.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With