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
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
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
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
Hi Yigit,
at the end in the Function.php?
Thanks.
Best regards.
Harry
Hi,
Yes the end of functions.php would be fine.
Best regards,
Jordan Shannon
Ohhh yes :-) It works!!!
Thank´s so much guys!!!!
Best regards,
Harry
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon