Site logo

Archived topic

Feature image size

6 replies · Started by Charles on November 10, 2021

Viewing posts 1–7 of 7

Hello,

Sorry if this has been asked 100 times, but is there a tutorial for image sizing?

My featured images are too big sometimes but I can't figure out why. Changing the image sizes in the media image settings doesn't seem to make any difference.

I upload randomly sized images -- should I not be doing that or should I expect WP to fix

I've been using a plugin called WebP Express to convert my .jpg and .png images to .webp. Perhaps that is the problem and I need to change some settings there.

Despite using this plugin, Google flags my page load speed with this advice:

Optimize your images
Ensure that none of your images are larger than 100 KB and that
most are within 50 KB. Using image standards like JPEG 2000,
JPEG XR, and WebP to support stronger compression and smaller

Sorry for the long rant.

images sizes.

Hi there,

can you share a link to the site with the image size issue so i can see whats in place ? May be able to provide some pointers.

How are the images for the sponsored section being loaded ? As those all seem to be the major issue,
Some are very large in pixel size - eg. 1700px wide.
You should upload original images that are no larger than required, in your site layout that would be a max width of 800px.
Also one of the images is a transparent PNG file which creates very large file sizes, try flattening them and saving them as JPEGs which can be better compressed.

OK, thank you. This is very helpful.

So I need to look at every image I upload to be sure it's:

.jpg not .png
not wider than 800 px
probably less than 100mb

Is there a plugin or other preprocessor that would help me with this?

Thanks

Some people say wordpress is supposed to do this for you. I guess not.

Hi there,

I upload randomly sized images — should I not be doing that or should I expect WP to fix

Ideally, you should prep the image up to a uniform size for a specific purpose so you don't have to resort to a plugin to do this for you. It's the most reliable image sizing as plugins may not perfectly get what you were aiming for. :)

Some people say wordpress is supposed to do this for you. I guess not.

WordPress doesn't automatically create and register image sizes for the <img> srcset. But once you have the proper srcset sizes then the image being served would be appropriate enough to not get flagged by Google PSI.

Read more about image sizes (and generating them) on this article.
https://www.wpbeginner.com/wp-tutorials/how-to-create-additional-image-sizes-in-wordpress/

This archived topic is closed to new replies.