Skip to main content
6-Contributor
March 15, 2024
Question

How can I make the content inside the iframe widget/ webframe widget to fit the size of the frame.

  • March 15, 2024
  • 2 replies
  • 936 views

I am rendering images inside the iframe/ webframe widget. But I'm getting scroll as the size the image returned from the url is big compared. How can i use the css to control the contents of the webframe?

2 replies

16-Pearl
March 15, 2024
12-Amethyst
April 9, 2024

You don't have access with CSS to the code within an iframe. That's why it's an iframe, so it won't be affected by CSS of the app you're using the iframe in. You might want to try an alternate solution. Or put the CSS within the iframe.