Hi,
how can I remove the size restriction of the lightbox. The images should always be displayed with their original size.
Hey rost11!
please refer to this post: https://kriesi.at/support/topic/lightbox-images-not-expanding-to-full-size/#post-274948
Regards,
Andy
Hi,
thanks but unfortunately it does not work. Any other ideas?
Hi!
The magnific popups are going to fit the images inside your screen. Are you trying to make it so they are displayed in fullsize regardless of the screen size? If you do this then there will be a horizontal scroll bar at the bottom of the screen and that tends to annoy people.
Send us a link to your page so we can get a better idea of what’s going on.
Best regards,
Elliott
Hi!
For the iframe add this to your custom CSS.
.mfp-iframe-holder .mfp-content { max-width: 1100px !important; }
For the image, you do not want to use an iframe for that. Edit your menu and add a class of “lightbox” to the link to have magnific popup open it up as an image instead of iframe (also remove the ?iframe=true from the URL).
Best regards,
Elliott
Works great. Can be closed.
Thank you