About imageSlim
The Image Slenderizer.
Tired of clients junking up content areas and richtext TVs with enormous images? Simply follow these 3 easy steps!
imageSlim scans an HTML fragment for img tags, compares each image's natural size to its desired size and if needed calls phpThumbOf to size it down.
If you've looked at AutoFixImageSize or DirectResize but ran into their limitations, give imageSlim a try today.
Read more on GitHub.
Information
Released
October 6, 2013
Supported Database
MySQL, SQL Server
License
GPLv2
Supported Versions
2.0 - Current
Downloads
7,000
Instructions
New in 1.1.2-pl
v1.1.2-pl
- Improve identification and handling of remote images
- [#6] Fix handling of empty <textarea></textarea> tags
- Add a use_resizer setting/property for enabling Resizer independent of the site-wide setting. imageSlim will use Resizer by default if pThumb is installed.
v1.1.1-pl
- [#5] If MODX is installed in a subdirectory, keep the subdirectory name from incorrectly occurring twice in the path.
- On remote images, add a protocol to any protocol-relative URLs to prevent cURL from failing.
v1.1.0-pl
- [#4] Add imgSrc property to specify a different source attribute for img tags. Data attributes for example.
- Remove hotlinking checks for remote images. I can't think of when these would actually be useful.
- Add imageSlimCacheManager plugin to clean up the remote images cache on OnSiteRefresh events.
v1.0.2-pl
v1.0.1-pl
- Fix domDocument handling of iframe, video and audio tags so they
- don't become self closing.
v1.0.0-pl
- uses cURL for remote images
- adds caching of remote images and a max download time threshold
v1.0.0-beta1
- Initial version