=== Resize Post Thumbnails === Contributors: alexvorn2 Tags: image, resize, thumbnails, featured Requires at least: 4.7 Tested up to: 4.7 Stable tag: 1.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html This plugin will resize post thumbnails on the fly. == Description == If you want to resize featured images (post thumbnails) on the fly for your posts automatically then this plugin can help you. To take effect just open a post or page and all featured images in that post will be resized to a normal size. This plugin can be very useful after a theme install. It can be an alternative for Regenerate Thumbnails plugin. I think this plugin is better because you will not need to wait before all images are resized for all different sizes, just for images that are need to resize. The plugin will keep the original copy of all image files. == Installation == 1. Upload the plugin folder to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress 1. To change the settings, go to Dashboard -> Plugins -> Resize Post Thumbnails 1. That's it! == Frequently Asked Questions == = Why should I use this plugin? = After you changed a theme that uses custom post thumbnails sizes that requires the images to be resized then this plugin can help out. = Will it break any other plugins? = I don't think so. = Won't this conflict with plugins? = Well I can't tell for sure. = Can you add a feature X? = Depends, if its useful enough and I have time for it. == Screenshots == 1. Admin Panel of the plugin. 2. After theme change, you can see that featured images looks weird 3. After plugin activation, the resized featured images (the result) == Changelog == = 1.2 = * Add support for size in array format like: array( 500, 250 ) = 1.1 = * Remove srcset attribute from featured images = 1.0 = * First release.