How can I adjust an iframe code to fill page height and remove scroll bar?

I am not a programmer.

I get the following iframe code from my vendor:

<iframe style="width: 1px; min-width: 100%;" scrolling="no" width="100%" height="1500px" frameborder="0" sandbox="allow-scripts allow-forms allow-same-origin" src="https://Oakmont-frame-categoryembed.jewelershowcase.com/browse/jewelry/men-s-jewelry"></iframe>

However, I don’t want the scroll bar and would love if the content would simply fill the height of the page.

1 Like

Hi @Oakmont ,

The height of the iframe is 100vh when I place it in a section. I think what you want is to have the scrolling inside your website instead. Unfortunately, the height of this iframe can only be controlled inside the iframe. We can use CSS code to change it

1 Like