Update: Image slideshow

This commit is contained in:
Aroy-Art 2022-05-09 21:30:40 +02:00
parent b1c676c2d4
commit 0b6fb425d8
Signed by: Aroy
GPG key ID: 583642324A1D2070
3 changed files with 6 additions and 2 deletions

View file

@ -141,7 +141,7 @@ jQuery(function ($) {
autoplaySpeed: 1500,
slidesToShow: 1,
slidesToScroll: 1,
lazyLoad: "progressive",
lazyLoad: 'progressive',
centerMode: true,
variableWidth: true
});

View file

@ -8,7 +8,7 @@
{{ partial "bradcrumb.html" . }}
{{ partial "art_banner.html" . }}
{{ partial "imageSlideShow.html" . }}
{{ partial "blog.html" . }}

View file

@ -13,6 +13,10 @@
</div>
{{"<!-- End Section Title -->" | safeHTML}}
<div class="slides slow">
</div>
<div id="ArtCarousel" class="wow fadeInUp center-block" data-wow-duration="500ms" data-wow-delay="100ms">
{{ $images := slice }}
{{ $image_thumb := slice }}