Lazy Load [img]

Lazy Load [img] 2.6.0

No permission to download
Compatible XF 2.x versions
  1. 2.2
  2. 2.3
Additional requirements
php 7.2+
Standard Library v1.18.0+ by Xon
Require Client Browsers to be at least IE9, Firefox or Chrome.
License
MIT Licence
Visible branding
No
Provides lazy loaded image support via the Lazysizes

A zero query method for per user-group lazy loading of the [img] and [attach] tags in threads and conversations.

Uses a noscript tag around the original img tag.

Option to force lazy loading of contents in a spoiler tag.

Permissions:

Adds the permission:
  • Enable Lazy Load Images
For "Forum Permissions" and "Conversation Permissions" sections.

Options:
1604583144578.png

  • 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'ed images
    • Ignores permissions, and lazy loads images in spoilers
  • Lazy load icons
    • Lazy load user avatars, resource icons, and threadmark icons.
      This uses browser native lazy loading.
  • Use native lazy loading
    • Requires a modern browser, otherwise falls back to js library code
  • Inject blank SVG for attachment

Unveil effects
Add styling to your theme for the classes: lazyload, lazyloading, lazyloaded. This can be done by the provided style classes

Fade in
Fade image in after load.

In; Lazy loading and Lazy loading in progress
CSS:
opacity: 0;
In Lazy loading finished add;
CSS:
opacity: 1;
transition: opacity 300ms;

Spinner
Fade image in while loading and show a spinner as background image (good for progressive images)

In; Lazy loading;
CSS:
opacity: 0;
In Lazy loading in progress;
CSS:
opacity: 1;
transition: opacity 300ms;
background: #f7f7f7 url(loader.gif) no-repeat center;

A "loader.gif" image is not provided by this add-on!

Licensing:

Lazysizes is MIT Licensed, as of 2020-06-07.
Original source is https://github.com/aFarkas/lazysizes



Contributing features or bug fixes
Please create a Github Pull request via the "More Information" link.

Contributions

If you appreciate this addon, please consider a contribution via PayPal. Details will be provide via private conversation.

Please contact me if you wish for different licensing arrangements.
Author
Xon
Downloads
892
Views
17,869
First release
Last update

Ratings

5.00 star(s) 12 ratings

More resources from Xon

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...

Latest reviews

Who doesn't love a free addon that helps speeding up your site! This is awesome and made my site noticeable faster even if it doesn't have a ton of images.
This is incredible. Gone are the long page load times when there are a heap of images. Great work mate, really impressive!
Lazyload is great in combination with proxy images, even if the posts have a lot of images they load fine. Xon support is top :)
Super addon! Our pages load noticeably faster. Also
your support, if errors occur, and the speed with which an update is ready, is great. Keep it up!
Xon does it again! Creating an addon that should be core in XF. And it's free! Support Xon's efforts by using this and writing a review!
Great AddOn. The Lazyloader is one of the basic addons that should be installed on every XenForor2-forum.
Thank you for this excellent, essential addon and for keeping it free (it would be worth a license though). Xon is one of the most trustworthy XF developers, all his addons can be installed blindly, as everyone knows: it will work and it is safe.
Excellent addon! Thank you very much for you work, because it works perfectly and I think is very useful for save data download and improve seo :)
Works exactly as you expect it to, painless install. Just update usergroup permissions to allow lazy loading and you're done. Helped out with pagespeed scores, especially useful on mobile
Very good addon to reduce server load when loading a bunch of attachements. Works as intended, thanks ! :)
Top Bottom