Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #441170

    Google page speed insights tells that the preview images are way too large (size and data).
    Would it be possible to have the preview images for each post smaller?
    They’re displayed at app 260px scaled down from original 705px.

    #441389

    Hi Desire!

    Thank you for using Enfold.

    You can decrease the thumbnail size but it will, somehow, reduce the image quality. Look for this code in functions.php:

    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    

    Adjust the width and height then regenerate the thumbnails. https://wordpress.org/plugins/regenerate-thumbnails/

    Use this plugin to optimize the images: https://wordpress.org/plugins/wp-smushit/

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.