mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-02-25 23:06:54 +01:00
Update: Image slideshow
This commit is contained in:
parent
b1c676c2d4
commit
0b6fb425d8
3 changed files with 6 additions and 2 deletions
|
@ -141,7 +141,7 @@ jQuery(function ($) {
|
||||||
autoplaySpeed: 1500,
|
autoplaySpeed: 1500,
|
||||||
slidesToShow: 1,
|
slidesToShow: 1,
|
||||||
slidesToScroll: 1,
|
slidesToScroll: 1,
|
||||||
lazyLoad: "progressive",
|
lazyLoad: 'progressive',
|
||||||
centerMode: true,
|
centerMode: true,
|
||||||
variableWidth: true
|
variableWidth: true
|
||||||
});
|
});
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
{{ partial "bradcrumb.html" . }}
|
{{ partial "bradcrumb.html" . }}
|
||||||
|
|
||||||
{{ partial "art_banner.html" . }}
|
{{ partial "imageSlideShow.html" . }}
|
||||||
|
|
||||||
{{ partial "blog.html" . }}
|
{{ partial "blog.html" . }}
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,10 @@
|
||||||
</div>
|
</div>
|
||||||
{{"<!-- End Section Title -->" | safeHTML}}
|
{{"<!-- 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">
|
<div id="ArtCarousel" class="wow fadeInUp center-block" data-wow-duration="500ms" data-wow-delay="100ms">
|
||||||
{{ $images := slice }}
|
{{ $images := slice }}
|
||||||
{{ $image_thumb := slice }}
|
{{ $image_thumb := slice }}
|
Loading…
Add table
Reference in a new issue