- 
		AuthorPosts
 - 
		
			
				
September 13, 2017 at 7:27 pm #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:rudithanks.
best regards,
harrySeptember 13, 2017 at 11:11 pm #851762Hey 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 ShannonSeptember 15, 2017 at 4:21 pm #852593Hi 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,
HarrySeptember 15, 2017 at 5:56 pm #852615Hey!
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,
YigitSeptember 15, 2017 at 6:30 pm #852639Hi Yigit,
at the end in the Function.php?
Thanks.
Best regards.
HarrySeptember 15, 2017 at 8:58 pm #852660Hi,
Yes the end of functions.php would be fine.
Best regards,
Jordan ShannonSeptember 15, 2017 at 9:14 pm #852667Ohhh yes :-) It works!!!
Thank´s so much guys!!!!
Best regards,
HarrySeptember 15, 2017 at 9:18 pm #852669Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon - 
		AuthorPosts
 
- The topic ‘Picture Quality’ is closed to new replies.
 
