Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript iframe troubles Re: iframe troubles

#121743
Senff
Participant

Actually, you didn’t set the width of the iframe to 100%, but the MAX-width. You might want to try changing it to width:100%;.

(Gives some trouble with the height of the iframe though)