Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Dynamic Thumbnails

Descripción

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.

Instalación

  1. Upload the plugin files to the /wp-content/plugins/eaa directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. This plugin has no admin or settings page, it does it work silently

FAQ

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/eaa directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. This plugin has no admin or settings page, it does it work silently
Is it only for themes released by SwiftThemes.Com

No, You can use it with any theme and it works out of the box.

Reseñas

8 de junio de 2019
If thumbnails are correctly generated, the plugin breaks the rendering of all my archive pages. Too bad.
Leer todas las 2 reseñas

Colaboradores y desarrolladores

«Dynamic Thumbnails» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Dynamic Thumbnails» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.10
* First release after silently staying in our themes for almost a decade!!