On this page I have put in two masonry blogs – I only want one but I want the images to be
480 by 321
232 by 152
232 by 321
with 16 margins or similar
How can I so this?
thanks
Hi sandboxes!
Thank you for using Enfold.
You can adjust the thumbnail size of the masonry image on functions.php. Look for this code on line 110:
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry
Adjust the width and height then regenerate the thumbnails. The image dimension will also depend on the size of the columns. You might want to disable the full width masonry by placing the masonry element inside a 1/1 column layout. Set the Size Settings to Perfect Manual Masonry.
Best regards,
Ismael
HI, how do I achieve this with a child theme?
Hi,
You can remove the modification then install this plugin: https://wordpress.org/plugins/simple-image-sizes/
Best regards,
Andy