Hi and good day to everyone.
First of all I got to say, great job with the Enfold theme! Keep up the good work!
What I want to ask you is about the masonry gallery. I noticed that when attach pictures to my post featured images, these images are downsized before being parsed on the masonry gallery thumbnails. (See Image Below) Because of this, the images look low quality.

Is there any way that I can make these images sizes bigger or is this a bug?
Thank you for everything!
Hessan.
Hi ProZillaZ!
Thank you for using Enfold.
It’s possible to increase the max width and height of the masonry item thumbnails in the functions.php file. Look for this code around line 126:
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false);
.. Or use the following plugin then regenerate the thumbnails: https://wordpress.org/plugins/simple-image-sizes/
Cheers!
Ismael
