该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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的的“Plugins”菜单激活插件

评价

此插件暂无评价。

贡献者及开发者

“Post Script Responsive Images” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0.0

  • Initial release

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