Lazy Load [img]

xF2 Add-on Lazy Load [img] 2.6.0

No permission to download
Compatible XF Versions
  1. 2.0
  2. 2.1
  3. 2.2
  4. 2.3
Additional Requirements
php 7.0+
Require Client Browsers to be at least IE9, Firefox or Chrome.
Provides lazy loaded image support via the Lazysizes

A zero query method for per user-group lazy loading of the and [/B]
  • Enable Outside threads/Conversations
    • permits the lazy loading bbcode injection to run outside of those contexts. Inside those context it will still respect permissions.
  • Force Lazy Loaded Spoiler

Unveil effects
Add styling to your theme for the classes: lazyload, lazyloading, lazyloaded.

Fade in
CSS:
/* fade image in after load */
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}
Spinner
CSS:
/* fade image in while loading and show a spinner as background image (good for progressive images) */

.lazyload {
    opacity: 0;
}

.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    background: #f7f7f7 url(loader.gif) no-repeat center;
}
Known issues:
  • Doesn't work with XenForo Resource Manager.
  • Doesn't work with XenForo Media Gallery.
  • 1556885264883.png
    1556885264883.png
    19.7 KB · Views: 106
Author
Admin
Size
36.5 KB
Extension
zip
Downloads
54
Views
2,403
First release
Last update

More resources from Admin

Latest updates

  1. 2.6.0 - Maintainance update

    Require php 7.2+ Require StandardLib 1.18.0+ Require XenForo 2.2+ Confirm XF2.3 compatibility
  2. 2.5.1 - Bugfix update

    Prevent doubling images on selecting text/images under a spoiler & using quote/reply feature.
  3. 2.5.0 - XF2.2 compatibility update

    Requires php 7.0+ Require Standard Library by Xon Rename various options to be consistantly...

Similar resources

Lazy Load Images Admin
Improve your PageSpeed score with Lazy Load Images
0.00 star(s) 0 ratings
Downloads
16
Updated
[CinVin] Lazy Load YouTube Videos Admin
0.00 star(s) 0 ratings
Downloads
2
Updated
0.00 star(s) 0 ratings
Downloads
1
Updated