Small resoluation images have larger file size
-
I’ve got Picturefill on a site I’m building right now so I have created multiple image sizes using add_image_size but I’m noticing that the file sizes for the images WordPress creates are larger than the original image. Here is an example:
Original image: 1322 x 800 (129kb)
Custom size: 1046 x 696 (242kb)This isn’t just for the custom sizes in my functions file but also for the “Large size” that WordPress creates by default:
Large size: 1024 x 681 (235kb)
I have no idea why WordPress is creating smaller resolution images with larger file sizes or how to stop it from doing so since that completely defeats the purpose of why I am creating smaller resolution images.
Any help is greatly appreciated. Thanks!
- The topic ‘Small resoluation images have larger file size’ is closed to new replies.