Skip Navigation

[Resolved] How to properly resized images in a dynamic loop ?

This support ticket is created 3 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 1 voice.

Last updated by FLORENTW330 3 years, 3 months ago.

Author
Posts
#2156487

Hello,

I would to build a dynamic page to list all entries of a post type with some text and an image.

When I edit the loop there is full styling controls for the image but unfortunnatly the images are resized with CSS, which mean images are downloaded in full size before being resized in the browser, and this is not recommended for SEO.

My question is how can avoid this ? either by displaying the featured image, which, I suppose, is properly resized by WP in the backend. Or something similar.

Thank you,
Florent

#2156489

My issue is resolved now. I found that thumbnail is downloaded in 150x150 px, and resized image is also downladed in the right size. But for some reason not the medium size