Passer la navigation

[Résolu] How to properly resized images in a dynamic loop ?

This support ticket is created Il y a 4 years, 9 months. 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.

Ce sujet contient 1 reply, a 1 voix.

Dernière mise à jour par FLORENTW330 Il y a 4 years, 9 months.

Auteur
Publications
#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