Hi,
I notice that thumbnails in related posts are resized in html with original image
thumbbails is 60×60 but original size is 841×340, so it’s really bad for pagespeed
Is it possible to load small images for thumbnails instead of big ones ?
Thanks for your help
Best
Hi!
Please go to enfold/includes/related-posts.php file and find
'image_size' => 'square',
and change it to
'image_size' => 'thumbnail',
There will be two of that line to be changed.
Regards,
Yigit
hi,
Thanks
Finally i used this plugin “simple image sizes”, changed square size to 80×80, and regerate thunbmails. I ‘ve changed too, portfolio size and magazine size which were too big too
Best