Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1106482

    Hello,
    I created a Masonry Gallery. On the site, the images are perfect but when you open it in the lightbox, they are a little bit blurry.
    I found a similar topic here but it didn´t help me.

    I created a account for you, so you may have a look at it.
    Thank in advance and by the way … love Enfold Theme!!,
    Steffie

    #1106486

    Found the solution:
    Just added this code to the function.php.

    add_filter(‘avf_avia_builder_masonry_lightbox_img_size’,’avia_change_image_size_masonry’, 10, 1);
    function avia_change_image_size_masonry($size){ return ‘full’; }

    #1106554

    Hi,

    Great, I’m glad that you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.