Skip to content

Commit

Permalink
oprava ručního posouvání (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek authored Feb 7, 2021
1 parent 8e7954d commit fad6e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/WebModule/Components/templates/slideshow_content.latte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div id="slideshow" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
{foreach $images as $image}
<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>
{/foreach}
</ol>
<div class="carousel-inner">
Expand Down

0 comments on commit fad6e42

Please sign in to comment.