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”;
}