Hi, I have an empty image that comes in after the slides finish
I have a total of 3 but an empty one come in after.
The image carousel is the one at 1168px. of viewport Site
I’m not seeing that…I’m just seeing the three and it scrolls fine. Only time I see a blank is sometimes when I move to a different window and come back, it might flash white but it’s for a second max…
I’m confused. To what element does this CSS belong? Obviously not to the carousel, since this CSS animates something using CSS, and your carousel is driven with JavaScript!
Anyway, like others, I do not see a blank slide. On which platform/browser combination are you seeing this? I am looking on OS 10.10.5 (OS X Yosemite) on Safari version 9.0. I am seeing some LESS coding errors in my console, and there is a warning banner that appears at the top of your page saying “A problem occurred with this web page so it was reloaded.” Not sure what is causing that.
<!-- Carousel Responsive
================================================== -->
<div id="captioned-gallery">
<figure class="slider">
<figure>
<img src="images/pd_main_responsive.png" alt="">
<figcaption class="res-slide-title">Preferred Dentist assists you in finding the best Dentist. <a href="yourpractice.html"><button type="button" class="btn btn-primary btn-lg"><span class="glyphicon glyphicon-briefcase" aria-hidden="true"></span> List You Practice Here</button></a></figcaption>
</figure>
<figure>
<img src="images/pd_dentist_slide_resp.png" alt>
<figcaption class="res-slide-title">Are You a Dentist? <a href="yourpractice.html"><button type="button" class="btn btn-primary btn-lg"><span class="glyphicon glyphicon-briefcase" aria-hidden="true"></span> List You Practice Here</button></a></figcaption>
</figure>
<figure>
<img src="images/fallbanner-res.png" alt>
<figcaption class="res-slide-title">Fall in Love With Your Smile.<a target="_blank" href="http://www.amazon.com/s?marketplaceID=ATVPDKIKX0DER&me=A31FG9U13QTNPM&merchant=A31FG9U13QTNPM&redirect=true"><button type="button" class="btn btn-primary btn-lg"><span class="glyphicon glyphicon-shopping-cart" aria-hidden="true"></span> Order Here</button></a></figcaption>
</figure>
</figure>
</div><!-- /.carousel responsive end -->