Tagged: iframe
I’m using http://www.mysite.de/?page_id=1516?iframe=true to open a ‘popup’ (image link settings). I tried to resize the iframe using &width=80%&height=80%
The iframe will open but ‘ignores’ width and height.
Any suggestions?
Thanks!
Hey diehelfendehand,
Could you post a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Hey Rikard,
please find the link as private content. Every teammember picture contains a link, These links will open in an ‘popup – iframe’. I would like to resize the iframes.
Thanks for your help
Olaf
Hi,
use this code inside Quick CSS field:
.mfp-iframe-scaler {
width: 80%;
}
and adjust as needed.
Best regards,
Andy