Difference between revisions of "Carousel"

From Tweeki
Jump to: navigation, search
Line 1: Line 1:
 +
<div class="alert alert-warning">This page exists just for testing purposes. Carousels are not supported by Tweeki out of the box. Patches with CSS fixes and the necessary code to allow the <code>data-slider</code> attribute in <code>btn</code> elements are warmly welcome.</div>
 +
 
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
 
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
 
<ol class="carousel-indicators">
 
<ol class="carousel-indicators">
Line 22: Line 24:
 
</div>
 
</div>
  
<btn class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">#|<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
+
<btn class="left carousel-control" role="button" data-slide="prev">#carousel-example-generic|<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
 
<span class="sr-only">Previous</span>
 
<span class="sr-only">Previous</span>
 
</btn>
 
</btn>
<btn class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">#|<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
+
<btn class="right carousel-control" role="button" data-slide="next">#carousel-example-generic|<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
 
<span class="sr-only">Next</span>
 
<span class="sr-only">Next</span>
 
</btn>
 
</btn>
 
</div>
 
</div>

Revision as of 13:35, 3 March 2018

This page exists just for testing purposes. Carousels are not supported by Tweeki out of the box. Patches with CSS fixes and the necessary code to allow the data-slider attribute in btn elements are warmly welcome.