dinbror / blazy

Hey, be lazy! bLazy.JS is a lightweight pure JavaScript script for lazy loading and multi-serving images. It's working in all modern browsers including IE7+.
http://dinbror.dk/blazy
MIT License
2.63k stars 355 forks source link

Load Multiple backgrounds on the same div. #163

Open LuisKrotz opened 6 years ago

LuisKrotz commented 6 years ago

I need to load multiple backgrounds on the same div, to use blend mode for a special project. I made an example.

Eg.

Image 01 image

image

The idea is passing many images and breaking the url string with the # special char, allowing to have more css effects.

Reference: https://css-tricks.com/chaining-multiple-blend-modes/

LuisKrotz commented 6 years ago

I created an issue to this pull request, if is considered to be valid. Issue #162