Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #851700

    Hi,

    the qualität of all the pictures in the masonry galerie (at the lightbox) is very bad. Can I fix this?

    here the site: http://www.hgp-photography.com/nizza/
    PW:rudi

    thanks.

    best regards,
    harry

    #851762

    Hey gharry79,

    The masonry images are resized to a max width and height of 705x705px in the functions.php file. You can increase the px value then regenerate the thumbnails:

    $avia_config[‘imgSize’][‘masonry’] = array(‘width’=>705, ‘height’=>705 , ‘crop’ => false); // images for fullscreen masonry
    Use this plugin to regenerate the thumbnails: https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Jordan Shannon

    #852593

    Hi Jordan,
    is it possible that the size of the display in the lightbox remains the same, only that the images themselves are displayed in full resolution.
    Thanks.
    Best regards,
    Harry

    #852615

    Hey!

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

    Best regards,
    Yigit

    #852639

    Hi Yigit,

    at the end in the Function.php?

    Thanks.

    Best regards.
    Harry

    #852660

    Hi,

    Yes the end of functions.php would be fine.

    Best regards,
    Jordan Shannon

    #852667

    Ohhh yes :-) It works!!!

    Thank´s so much guys!!!!

    Best regards,
    Harry

    #852669

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Picture Quality’ is closed to new replies.