Sizing an iFrame to avoid scroll

To remove the scrolling bar from the iframe, you need to add the scrolling=“no” attribute.
Here’s more information: Remove scrollbar from iframe

You can try adding this attribute, like this:

And set a suitable height for the containers in which the iframe is located.

Regards,
Alexander

1 Like