Skip Navigation

[Resolved] My feature images have all gone tiny

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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 4 replies, has 1 voice.

Last updated by Minesh 1 day, 17 hours ago.

Assisted by: Minesh.

Author
Posts
#2784675

Overnight I upgraded this website to WordPress 6.7 and applied the latest Toolset update beforehand.

Since doing this the feature images on my archive page have gone very small and distorted, restricted in size to 300 x 150. They were fine before.

See:

hidden link
and hidden link

When I examine the code in the Inspector there is a 'block-size' set which is 300 x 150, but I can't find where this is coming from. In fact, I've never encountered this CSS property before.

I've checked the images in the back-end template files, and all is well there.

Any ideas?

Thanks,
Josh.

#2784740

I've taken a copy of the website to play around with...

And have discovered that it relates to the theme.

We use the Kadence theme (which was also updated overnight). If I use a different theme the issue doesn't occur.

I'll keep investigating....

#2784773

Hi,

I have added some custom CSS styling code which appears to have fixed the issue. Phew.

This applies new overiding width settings to the archive and single feature images respectively:

/* Correct feature image sizing Nov 24 */
figure.archivefeature img {
width: revert-layer;
}
figure.singlefeature img {
width: 100%;
}

width: auto was causing the issue.

My suspicion is that this was probably caused by an update to the Kadence Theme, rather than Toolset but perhaps you can check this for me? I have put in a support ticket with them also.

#2784909

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

The image block issue happens because WordPress 6.7 introduced changes to auto-sizes for lazy loaded images.

More details about this issue in the official blog post:
https://make.wordpress.org/core/2024/10/18/auto-sizes-for-lazy-loaded-images-in-wordpress-6-7/

Official bug report:
https://core.trac.wordpress.org/ticket/61847

Can you please try to follow the following errata and try to resolve your issue by following the workaround shared:
- https://toolset.com/errata/image-block-displays-wrong-image-size-with-wordpress-6-7

#2784925

Thanks for explaining this, Minesh.

Your advice, despite the issue not being caused by Toolset is much appreciated.

Many thanks,
Josh.

#2785236

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

I would like to inform you that the image size issue is fixed with the WordPress version 6.7.1.

Can you please update WordPress to 6.7.1 and check if that help you to resolve the image size issue as well.