Iframe not showing content on iPhone

Hi Guys,

I’m having some issues With Iframes not showing on mobile devices.
Does anybody know about this?

I’m using the iframe code in the inside < head> tag:


Please let me know.

Cheers
@Carlos_Daniel

Hi @Carlos_Daniel

You can’t add iframes to the head tag. You need to remove it from there, drag in an EMBED component into your page, and paste in your code inside of that.

Hope this helps :slight_smile:

Thank you @PixelGeek it works well on desktop browsers but, still not showing on mobile devices. DO you think I may be missing something?

Cheers,

Try setting the height of your element to 1400px or similar

100vh works too. 100% will not.

@Port_of_Folio Thank you so much!! What a great community :+1:

1 Like