codrops / Elastislide

Elastislide is a responsive image carousel that will adapt fluidly in a layout. It is a jQuery plugin that can be laid out horizontally or vertically with a pre-defined minimum number of shown images
362 stars 111 forks source link

Aborted image load in Internet Explorer 9 & 10. #16

Open oryan opened 11 years ago

oryan commented 11 years ago

Sometimes the images just randomly don't show up. The network tab in the developers tools says the images were aborted.

The imagesLoaded Plugin as implemented in the slideshow has a few issues.

Here is a gist with a fix: https://gist.github.com/yemster/1539102