Hi,
as soon as I insert a normal gallery, and then link to the lightbox, the pictures are then not sharp.
I added this in the editor:
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’;
}
But this code is for the masonry gallery. What should I do that I get the same result at the normal gallery?
Thanks.
Best,
Harald
Maybe I have to add another code?
Thanks
Hi Harald,
Could you post a link to where we can see the problem please?
Best regards,
Rikard
Hi Rikard,
yes here is the link:
https://www.pictas-collective.com/
And then scroll down to the horizontal gallery. These pictures are all not sharp.
I also regenerated the thumbnails.
Thank you.
Best,
Harry
Hi,
Thank you for the update.
The horizontal gallery is using the large thumbnail for its lightbox by default. You have to adjust the size of the thumbnail in the Settings > Media panel. Please don’t forget to regenerate the thumbnails after the adjustment, or upload the images again.
Best regards,
Ismael