Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #659457

    Hi team,

    I have a problem with my site. With 1 image, when i use “Masonry Gallery”, the images quality is very low but when i use a single post , it’s not. How can i fix it?
    Here is my site: http://www.kienscollection.com
    and here is example: http://kienscollection.com/blog-test/

    Thanks.

    • This topic was modified 7 years, 9 months ago by kiencongtrinh.
    #659469

    Hi kiencongtrinh!

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

    Best regards,
    Yigit

    #659481

    Problem Solved.

    Thank you, Yigit

    #659483

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Low Quality Images in Portfolio Items – Masonry Gallery’ is closed to new replies.