codrops / SlitSlider

A responsive slideshow with a twist: the idea is to slice open the current slide when navigating to the next or previous one. Using jQuery and CSS animations we can create unique slide transitions for the content elements.
458 stars 135 forks source link

IE8 background-size compatibility #7

Open cpell opened 11 years ago

cpell commented 11 years ago

The transitions are probably too much to ask for IE 8 compatibility, but I was trying to at least get the background-size to work properly. Attempted using https://github.com/louisremi/background-size-polyfill but had no luck. Perhaps if you have some time you could take a look.