-
WP Core – dynamically resize images
The only issue with post-thumbnails I’ve had was the lack of ability to resize images dynamically. I had to use add_image_size() function to define image sizes which is ineffective for many different sizes used once (or a limited number of times) as it creates thumbnails for every single uploaded image. Kovshenin was my savior once…