Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
15.32 KB
MD5: 5597aaa91b19de8108c0e304b82176f0
SHA-1: b7d768bb90065aad33f17aed839a825d5652943d
SHA-256: 5b8eb98bf358b7d18afed7012eb495b0fcdeeae894e07632586286d174159888
Download zip
17.46 KB
MD5: c7625612fbe185aa15546d22a33d9a39
SHA-1: 69bbe3d00f1cf86e39b0ba20486f6a12ef7a849f
SHA-256: 4ba4044bc5aeb256b0d9a10cf79bca704433c6fabb9d392d9d8f7cdfd18eab57
Release notes
Don't forget to run /update.php or drush updatedb.
If lazy-loading was already enabled for the image fields, the display formatter for all image fields will be set to use Lazy-load image, preserving the image style and link settings.
If the image field is set to use a formatter other than Image, it will remain unchanged.
Don't forget to check the display settings for your image fields, and update where necessary after upgrading to 7.x-1.2.
Fixes:
- Issue #2986470: Images not showing in RSS feeds
- Trim white spaces for all string values.
theme_lazy_image()handles fallback better with added image_style support.
New Features:
- New configuration option to set pages to disable lazy-loading completely. i.e.
rss.xml - Now lazy-loading can be enabled for each field separately via display settings.