Height section or row

I have entered an iframe using Classic Row content.
The problem is that I do not see the way to introduce the height to 100%.

Could you help me?

This is the link to the page: http://www.mojinos.com/?page_id=146

Thank you!

Hello @festefort,

Thanks for posting in!

Please be advised that the height of the section depends on the height of the row which on the other depends on the height of the height of the column. To resolve your issue, it is best that you set the height in your iframe code instead:

<iframe id="iFrameSizer" src="https://www.fangazing.com/widgetNew/?idUpgazer=69" frameborder="0" scrolling="auto" style="overflow: auto; width:100%; height: 100vh;"></iframe>

100vh means that the height of the iframe will be the same as the height of your browser window. You can also set the height in pixels or em. Setting it to 100% will simply means to inherit the 100% height of its container which is not ideal and will not resolve your issue.

Hope this explains it briefly.

1 Like

Thanks a lot! The problem was succesfull.

I’ve an other problem with this iframe. When I enter from a mobile (iOS version) it doesn,t work. Is not possible to scroll down. Is like holded. Using an android system it works properly.
What is the real problem?? I don’t understand…

Thanks!

Hey @festefort,

It seems that you are having an issue exclusive to iOS devices. To resolve that, please follow this suggested steps here:

Please let us know how it goes.

1 Like

Perfect! It works.
But I don’t understand why I can’t make the row or section larger (height) to see the iframe at 100%.

How can I do it?

I tried different ways but it doesn’t work.

Thanks.

Hey @festefort,

Please note that the iframe issue is from the iframe source. It would be best to get in touch with the iframe source about your queries concerning the display of the iframe.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.