Skip to content

Commit

Permalink
Merge pull request #156 from creative-commoners/pulls/3/stop-using-depr
Browse files Browse the repository at this point in the history
API Stop using deprecated API
  • Loading branch information
sabina-talipova authored Dec 5, 2022
2 parents 098d35c + db0baf2 commit 6d1bb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Includes/Carousel.ss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<% loop $CarouselItems %>

<%-- Items --%>
<div class="<% if First %>active <% end_if %>carousel-item <% if $Image %>carousel-has-image<% end_if %>"
<div class="<% if $IsFirst %>active <% end_if %>carousel-item <% if $Image %>carousel-has-image<% end_if %>"
<% if $Image %> style="background-image:url($Image.Fill(1920,1080).URL);"<% end_if %>
<% if $Title %> aria-labelledby="carousel-title-{$Pos}"<% end_if %>
<% if $Content %> aria-describedby="carousel-desc-{$Pos}"<% end_if %>
Expand Down

0 comments on commit 6d1bb85

Please sign in to comment.