>
Download This Plugin | |
Download Elegant Themes | |
Name | OTF Regenerate Thumbnails |
Version | 0.3 |
Author | Benjamin Intal - Gambit Technologies Inc |
Rating | 100 |
Last updated | 2015-02-28 09:03:00 |
Downloads |
3433
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
OTF Regenerate Thumbnails plugin added 3 bytes of resources to the Home page and 29 bytes of resources to the sample Post page.
OTF Regenerate Thumbnails plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! OTF Regenerate Thumbnails plugin ads no tables to your Wordpress blog database.This plugin behaves similarly to Regenerate Thumbnails except that images are resized automatically / on the fly, when they are used. Once created, they won't be processed again.
Your thumbnails will now resize when:
No settings pages, just install and activate and things should work right away.
Report bugs and help out in the code from the Github repository
Test it out. In your normal WordPress website set up, create a gallery using the Add Media button while editing a post or page and use thumbnails. Afterwards, check out your gallery.
Notice the size of your thumbnails, most likely they're 150 x 150. Do you see it? Great.
Now head over to Settings > Media and change your thumbnail size to something cooler, something rectangular, let's try 400 x 200. Save it.
Go back to your gallery that you previously created and refresh your browser. Most likely you won't be seeing 400 x 200 thumbnails there.
OTF Regenerate Thumbnails fixes this for you.
OTF Regenerate Thumbnails should work right away, and your images should get resized when the dimensions get changed.
For developers & tinkerers, ensuring your images get resized properly requires you to use WordPress' image functions to display featured images and image attachments. Don't worry, this is a good thing.
Make sure you use these WordPress functions every time you display images:
You can also add size names using add_image_size
the_post_thumbnail
and other thumbnail functions are handled automaticallyadd_image_size
,