imgcache.js icon indicating copy to clipboard operation
imgcache.js copied to clipboard

can i cache css3 multiple background images

Open wozzup opened this issue 9 years ago • 1 comments

Mr. Chrisben

Can i cache multiple background, css like this:

background-image: 
  linear-gradient(to bottom, rgba(0,0,0, 0.1), rgba(0,0,0, 0.8)), 
  url(img/bg.jpg);

wozzup avatar May 20 '15 02:05 wozzup

I believe this would not work, looking at how getBackgroundImageURL is written. I keep this issue opened as enhancement to support such style values.

chrisben avatar Oct 31 '15 14:10 chrisben