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

    A huge loss of image quality in the Flexible Masonry Gallery! The image/photo in the Media library looks good…
    Please help..

    #728687

    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

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