Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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?
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.