add_image_size creating lots of images (of various sizes)

For image formats that are only used for a small fraction of the images, I suggest using an on-the-fly image resizer. Preferrably one that caches the images so that you only have to resize them once. I use TimThumb for a number of projects, and it’s been good enough for me.

Leave a Comment