Open lupas opened 5 years ago
Yip, would also be interested in this.
Set linear-gradient on an overlay, that's work for me.
<div class="wallpaper" v-lazy:background-image="wallpaper">
<div class="wallpaper-overlay"></div>
</div>
The z-index of the overlay needs to be lower than the background div.
Set linear-gradient on an overlay, that's work for me.
<div class="wallpaper" v-lazy:background-image="wallpaper"> <div class="wallpaper-overlay"></div> </div>
The z-index of the overlay needs to be lower than the background div.
Thank you! It's worked 🥳
Hello there
I used to do the following to darken my background photos with a single line of css:
Now with vue-lazyload, I can't figure out a simple way to do the same. Any ideas?