Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #689930

    I’m using Enfold theme.
    And I’ve added a ‘Gallery’ to a page.
    Gallery style = Small Thumbnails
    Gallery Preview Image Size = Portfolio (495×400)

    I’ve installed: WP Retina 2x

    BUT for some reason the Thumbnails and Lightbox aren’t displaying the Retina images?

    I’ve also added this to the Child Theme functions.php file.
    add_filter(‘avf_avia_builder_masonry_lightbox_img_size’, ‘avia_change_gallery_thumbnail_link’, 10, 1);
    function avia_change_gallery_thumbnail_link($size)
    {
    return “full”;
    }

    • This topic was modified 7 years, 6 months ago by onelocation.
    #690754

    Hey onelocation,

    Can you please post the link to your page?
    In which size are you uploading your images?

    Best regards,
    Yigit

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