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 again for the image_make_intermediate_size function. Unbelievable. [blackbirdpie url="https://twitter.com/#!/kovshenin/status/176668168306167808"] Continue Reading