Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

Post Script Responsive Images

Descripción

In short, this plugin modifies “the_content()” and the post thumbnail function by re-rendering the images with use of the SRCSET attribute. Other plugins do this for templated images, but not in the content region itself. This plugin will automatically work with any previously uploaded images as well.

Capturas de pantalla

  • Banner Image SRCSET Code
  • Content Section Image SRCSET Code

Instalación

  1. Upload post-script-responsive folder to the /wp-content/plugins/ directory
  2. Activa el plugin a través del menú de ‘Plugins” en WordPress

Opiniones

No hay reseñas para este plugin.

Colaboradores & Desarrolladores

“Post Script Responsive Images” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce & #8220;Post Script Responsive Images” a tu idioma.

¿interesado en el desarrollo?

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

Historial de cambios

1.0.0

  • Versión inicial

1.0.1

  • Quick Fix of Typo

1.0.2

  • Added Support for Post Thumbnail SRCSET

1.0.3

  • Fixed issue with “|” in alt tags

1.0.4

  • Stopped reszing for “.gif” images to prevent overriding animations

2.0.0

  • Decided to move to using WordPress generated images instead of the SLIR library to have greater compatibility.

2.1.0

  • Restructured the plugin code to give it a better namespace to avoid any potential conflicts
  • Better documented plugin code