Slider FEWO
Slider indicators by for repair arrows and indicators by click git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3366 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
fb96c3505a
commit
ff986cd437
1 changed files with 4 additions and 4 deletions
|
|
@ -21,12 +21,12 @@
|
||||||
#}
|
#}
|
||||||
|
|
||||||
<section class="section fullscreen background padding-0 margin-bottom-20">
|
<section class="section fullscreen background padding-0 margin-bottom-20">
|
||||||
<div id="myCarousel " class="carousel slide fewo">
|
<div id="myCarousel" class="carousel slide fewo">
|
||||||
<!-- Indicators -->
|
<!-- Indicators -->
|
||||||
<ol class="carousel-indicators">
|
<ol class="carousel-indicators">
|
||||||
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
|
{% for lodging_image in fewo_lodging.images %}
|
||||||
<li data-target="#myCarousel" data-slide-to="1"></li>
|
<li data-target="#myCarousel" data-slide-to="{{ loop.index-1 }}" {% if loop.first %}class="active"{% endif %}></li>
|
||||||
<li data-target="#myCarousel" data-slide-to="2"></li>
|
{% endfor %}
|
||||||
</ol>
|
</ol>
|
||||||
<!-- Wrapper for Slides -->
|
<!-- Wrapper for Slides -->
|
||||||
<div class="carousel-inner">
|
<div class="carousel-inner">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue