Note that there are some explanatory texts on larger screens.

plurals
  1. POTwitter Bootstrap Carousel adds an empty image
    primarykey
    data
    text
    <p>I have implemented a twitter bootstrap carousel into my page but have run into an issue with it. It will navigate through the three images I have added to it, but after the last image is loaded instead of looping back to the first image it seems to create and empty item in the carousel, and pause for a few seconds before returning to the first image. It scrolls correctly when using the "left" arrow but adds an empty image when using the "right" arrow. Any help would be appreciated. I have initialized the carousel in my .js file.</p> <pre><code>&lt;div id="myCarousel" class="carousel slide"&gt; &lt;div class="carousel-inner"&gt; &lt;!-- Carousel items --&gt; &lt;div class="active item" style="background: none repeat scroll 0% 0% #000000"&gt; &lt;img width="1700" height="500" alt="" src="/cmsimages/0/globe---Copy.png" style="margin: auto" /&gt; &lt;/div&gt; &lt;!--2nd carousel item--&gt; &lt;div class="item" style="background: none repeat scroll 0% 0% #000000"&gt; &lt;img width="1716" height="530" alt="" src="/cmsimages/0/devwordcloud.jpg" /&gt; &lt;/div&gt; &lt;div class="item" style="background: none repeat scroll 0% 0% #000000"&gt; &lt;img width="1716" height="530" alt="" src="/cmsimages/0/Clouds.png" /&gt; &lt;/div&gt; &lt;!-- Carousel nav --&gt; &lt;a data-slide="prev" href="#myCarousel" class="left carousel-control"&gt;‹&lt;/a&gt; &lt;a data-slide="next" href="#myCarousel" class="right carousel-control"&gt;›&lt;/a&gt; &lt;!-- End Carousel --&gt; &lt;/div&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload