pisi / Reel

The premier 360° solution for jQuery.
http://reel360.org
MIT License
690 stars 210 forks source link

Fails if there is only one image for rotation #316

Open mladenp opened 8 years ago

mladenp commented 8 years ago

If there is only one image used for rotation that image is used for placeholder until all other images are loaded. But if that's the only image that exist it gets hidden and replaced with blank.gif and nothing is shown.

khadkamhn commented 7 years ago

I found solutions! In jquery, It must be define image path otherwise it won't reconize, e.g.

$('.reel').reel({
    suffix:'',
    images:'content/img/360/#.png|1..10',
    responsive:true
});