Hi,
is there a way to make images in the lightbox larger than screen size vertically?
I already tried this but it doesn´t work:
“Please try to change the thumbnail size settings on Settings > Media > Large size. Set the width and height to 9999 then regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/”
Cheers!
Hey aph80,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
img.mfp-img {
max-height: 100%!important;
}
Best regards,
Yigit
Thank you Yigit! This works perfectly on desktop, on mobile it´s still the same size though. Any solution for this? Really cool would be to enable people to zoom into the lightbox image on mobile.
Best regards,
Arkadi
Hi!
You can try enabling zooming on mobile by referring to Ismael’s post here – https://kriesi.at/support/topic/urgent-responsives-webdesign/#post-459171
Cheers!
Yigit