Roadmap

Handle multiple background images with Lazy Load

When you declare multiple background images in your CSS, the plugin strips out everything except for first image. E.G.

background-image: url(/img/this-one-works.png), url(/img/this-one-doesnt.png);