Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #714938

    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

    #714941

    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

    #714949

    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

    #714951

    Hey!

    Great! Glad you figured it out!
    Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘thumbnails in related posts resized in html’ is closed to new replies.