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.

Maximum Image Size

Descripción

Sometimes, it’s not necessary to keep copies of full resolution images on your web server. But, when you solicit images from many sources, you may not be able to rely on users to size images to your specifications. Here’s a very simple plugin that removes the full resolution image and replaces it with an image resized to your preference.

The plugin makes no changes to your database and is written with just 17 lines of code.

Instalación

1) From with in the WordPress Admin Panel, Navigate to Plugins >> Add New >> Upload Plugin. Upload the zip file (which you probably found this file in).

2) Activate the plugin.

This plugin has no configuration. It works based on the Large image size, a configuration option which already exists in the WordPress core. You may configure this by navigating to Settings >> Media.

Tip: If you do not wish to retain a Medium image, set both Max Width and Max Height to 0.

Reseñas

2 de diciembre de 2016
It does exactly what it says it does, but it keeps the original images on the server, can you please give me lines of code to add to this plugin that will automatically delete the original sized files from server and keep just the processed ones? i.e. large, medium and thumbnail
Leer toda la 1 reseña

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “Maximum Image Size” 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

1.0

  • Initial release.