A huge loss of image quality in the Flexible Masonry Gallery! The image/photo in the Media library looks good…
Please help..
Hey rikkerthuinder,
Please add following code to Functions.php file of your child theme 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';
}
Loved the photos by the way!
Best regards,
Yigit