louisremi / background-size-polyfill

Adds support for background-size "cover" and "contain" to IE8
http://louisremi.github.com/background-size-polyfill/
MIT License
1.26k stars 359 forks source link

IE8 transparent background color #62

Open tomalex0 opened 9 years ago

tomalex0 commented 9 years ago

I'm trying to add a transparent overlay for fallback image, its not reflected is there any workaround?

For IE8 i specifically tried

filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#B3000000');