Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #643004

    I would like to display larger images in light box. Now when I click on a photo it opens to only about 2/3 the screen height regardless of the resolution. Is there a way to make it close to full screen?

    #643023

    Hi. Same question here. I have large images that are being scaled down from their full size when viewed in lightbox (around 1000×600). In fact, if I expand my browser window fullscreen, the tiles behind the lghtbox view are almost as large as large and frustrating / dissapointing to not be able to see the full res image. Thanks.

    #643109

    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 {
    min-width: 100vw;
    min-height: 100vh;
    }
    div.avia-popup .mfp-close {
    	top:50px!important;
    	right:30px!important;
    }
    

    Please note the custom css will make the images look squashed the image in small screens. At the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Alternatively you could try using plugin like

    https://wordpress.org/plugins/blueimp-lightbox/faq/

    http://www.ilightbox.net/

    http://www.fancyapps.com/fancybox/

    Best regards,
    Vinay

    #643181

    Definitely does the trick for large screen — and images look squashed on small screen just as you stated. Thank for getting back so quickly and providing me w/ some options, as well as clarifying current state of things.

    #643183

    Hey!

    Glad to help :)
    Thank you for using Enfold.

    Best regards,
    Vinay

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Full screen images in lightbox’ is closed to new replies.