Skip to content

Commit 2972ebf

Browse files
committed
feat: enable autoplay for slideshow
closes #196
1 parent d79c236 commit 2972ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/delphi/layouts/partials/landing/carousel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div
44
class="uk-position-relative uk-light uikit-main-carousel"
55
tabindex="-1"
6-
uk-slideshow="animation: push; ratio: false"
6+
uk-slideshow="animation: push; ratio: false; autoplay: true;"
77
>
88
<ul class="uk-slideshow-items uk-cover-container uk-child-width-1-1 slideshow-container">
99
{{ range .Params.carousel }}

0 commit comments

Comments
 (0)