We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7954d commit fad6e42Copy full SHA for fad6e42
app/WebModule/Components/templates/slideshow_content.latte
@@ -12,7 +12,7 @@
12
<div id="slideshow" class="carousel slide" data-ride="carousel">
13
<ol class="carousel-indicators">
14
{foreach $images as $image}
15
- <li data-target="#carouselExampleIndicators" data-slide-to="{$iterator->counter0}" n:class="$iterator->first ? active"></li>
+ <li data-target="#slideshow" data-slide-to="{$iterator->counter0}" n:class="$iterator->first ? active"></li>
16
{/foreach}
17
</ol>
18
<div class="carousel-inner">
0 commit comments