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

    Hi, as you can see here – http://screencast.com/t/gPLG91AcoU7 – once the image is clicked and the lightbox opens the image doesn’t take the full width of the page. How can I make it do so and show bigger?

    Thanks

    #570846

    Hey DROR!

    From what I can notice, that is the 3rd site ( maybe more ), that you are building with enfold and posting a question.
    That is really nice and we do appreciate a lot, using our products.

    Can you please let me know if you are using an extended license of the theme? If not, can you please provide us with a license that is updated and not the one posting on the existing account?

    Thanks a lot

    Cheers!
    Basilis

    #570851

    Hi Basilis, all these sites are my own sites. Which extended licenses to your refer to exactly?

    Thanks.

    #572076

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    add_filter( 'avf_avia_builder_masonry_lightbox_img_size', 'enfold_customization_change_popup_size' );
    function enfold_customization_change_popup_size( $size ) {
    	return 'fullsize';
    }

    Best regards,
    Yigit

    #572078

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to make the image in Lightbox show full screen?’ is closed to new replies.