Using jquery-1.9.1
SlidesJS 3.0.3 Plugin
I have come across a problem with a slideshow I'm trying to implement on a site - specifically the issue is with google chrome when only ONE slide is present. I have set up some examples for you to look at.
Here I have a slideshow with 3 items - this works fine in all browsers:
http://blahblahdev.atwebpages.com/rotator2.html
.
Here I have the exact same slideshow but with only 1 item. It works fine in Firefox and Internet explorer but in Google Chrome the slideshow is white - no image or text is displaying:
http://blahblahdev.atwebpages.com/rotator1.html
Can anyone figure out why this slideshow doesn't function properly if there is only one item?
thanks
<div class="container">
<div id="slides">
<div class="slide">
<img src="img/rotator1.png" alt="Slide 1">
<div class="caption" style="bottom:0">
<h3>Rotator 1</h3>
<p>Rotator 1 text goes here.</p>
</div>
</div>
</div>
</div>