Codeinwp / Ideal-Image-Slider-JS

Quite simply the ideal Image Slider in vanilla JS.
http://idealimageslider.com
GNU General Public License v3.0
1.57k stars 160 forks source link

persistent loading icon over first slide #50

Open 7yl4r opened 9 years ago

7yl4r commented 9 years ago

On my slideshow the loading icon on the first slide never goes away.

html:

<div id="gallery-slider">
  <img src="img/gallery/original1989.png" alt="Original 14 pulsars recomputed.">
  <img data-src="img/gallery/tooMany.png" alt="ALL THE PULSARS! ">
</div>

I'm loading the slider inside a vex modal which is inserting an iframe, so perhaps that is why I am encountering this issue. Likely not worth fixing, but I wanted to document it nonetheless.