Skip to content

Commit

Permalink
chore(site): small example fix for carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Jul 30, 2024
1 parent 35d5a7d commit 48191a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/views/examples/carousel/siblings.sample.njk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags: carousel-sample
<ul esl-carousel-slides>
{% for i in range(0, 6) -%}
<li esl-carousel-slide style="max-width: 50%">
<div class="card">
<div class="card img-container">
<esl-image mode="cover" lazy
data-alt="Alt Text Test"
data-src="{{ '/assets/carousel/' + loop.index + '-sm.jpg' | url }}"></esl-image>
Expand Down

0 comments on commit 48191a8

Please sign in to comment.