설명
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.
스크린샷
설치
- Upload
post-script-responsive
folder to the/wp-content/plugins/
directory - WordPress의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
자국어로 “Post Script Responsive Images”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
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