liamfiddler / eleventy-plugin-lazyimages

Eleventy plugin that adds blurry placeholders & lazy loading to your images
MIT License
139 stars 29 forks source link

This plugin for background image #48

Open khoivan88 opened 3 years ago

khoivan88 commented 3 years ago

Hi, thank you for this very useful library. I have been using this plugin for a while in a project and it is working really well.

On a new project of mine, I was building a landing page with pagepiling.js (https://alvarotrigo.com/pagePiling/) and I thought about using your plugin for the background image so all of the background images do not load all at the beginning. I tested this but I don't think this plugin pickup background image (set by inline-css)? I just want to confirm with you this info?

Even if this plugin works with background images, I'm not sure if my use case with pagepiling.js would work since I think they have absolute position for each section?

Thank you very much!

Best

liamfiddler commented 3 years ago

That's correct, this plugin doesn't handle background images.

It sounds like a useful feature, it's been added to the backlog. If you're interested in building it we welcome pull requests 😃

khoivan88 commented 3 years ago

ahh, thank you so much for adding this to the future feature list. I would definitely help if I could but unfortunately, I barely know enough JS :)