I use a div with full width and height to show cover background image. And there is a function that slides to left and shows next fullscreen div. The problem is when I use background-size:cover
the browser lags on slide transition.
I made a Fiddle: http://jsfiddle.net/ULah3/1/ and I know I used quality pictures.
Any ideas?
EDIT:
You can compare this with background-size:100% auto
http://jsfiddle.net/ULah3/4/