I need an iframe to expand larger than the default concrete5 blocks will allow.

Permalink
I am trying to make the iframe dynamic so that no matter the screen size it will be 83% of their screen width, but it seem to be taking 83% of the block size rather than the screen. Do you know how to fix this?

This is my current code.
<iframe src="http://plex.tv/web/app" height="1000" width="100%"></iframe>

 
CMSDeveloper replied on at Permalink Best Answer Reply
CMSDeveloper
Hello,

This is because the iframe is in a block...so the css used for the block prevents limits the iframe
weight en height. Just use some webdeveloper tools (chrome F12) or a Firefox addon to see
the chaining css rules and edit them (just play around a bit).

Greetings,

Peter