Is there any known way to make the CSS style background-size work in IE?
background-size
you can use this file (https://github.com/louisremi/background-size-polyfill “background-size polyfill”) for IE8 that is really simple to use:
.selector { background-size: cover; -ms-behavior: url(/backgroundsize.min.htc); }