Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Post Script Responsive Images

Описание

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.

Скриншоты

  • Banner Image SRCSET Code
  • Content Section Image SRCSET Code

Установка

  1. Upload post-script-responsive folder to the /wp-content/plugins/ directory
  2. Активируйте плагин используя меню ‘Плагины’ в WordPress

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Post Script Responsive Images» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Post Script Responsive Images» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0.0

  • Первый релиз

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