Опис
By default WordPress generates images of all intermediate sizes registered by themes/plugins for every image uploaded, flooding your uploads folder with images you will never be using.
In most cases you need the images of all dimensions only for the one set as featured image.
This plugin prevents WordPress from generating thumbnails registered by themes and plugins, and generates them dynamically when required.
Another important use of this plugin, the main reason why its developed is
Different themes use different thumbnail sizes. When you switch to a new theme,
WordPress just gives the image whose size closely matches the size of the thumbnail being called without generating an image with the required dimensions.
In most cases the best match is the full size image, which adds lot of weight to your page and also makes it look awful.
There are plugins to rebuild thumbnails, but they do it for every image uploaded and again flooding your uploads folder.
Also these plugins timeout on a shared server if you have lot of images.
*This only works with sizes registered by add_image_size() function.
Встановлення
- Upload the plugin files to the
/wp-content/plugins/eaa
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- This plugin has no admin or settings page, it does it work silently
Часті питання
- Installation Instructions
-
- Upload the plugin files to the
/wp-content/plugins/eaa
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- This plugin has no admin or settings page, it does it work silently
- Upload the plugin files to the
- Is it only for themes released by SwiftThemes.Com
-
No, You can use it with any theme and it works out of the box.
Відгуки
Учасники та розробники
“Dynamic Thumbnails” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:
УчасникиПерекладіть “Dynamic Thumbnails” на вашу мову.
Цікавитесь розробкою?
Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.
Журнал змін
0.10
* First release after silently staying in our themes for almost a decade!!