From: Laury GvR Date: Mon, 20 Nov 2017 14:23:49 +0000 (-0500) Subject: Increasing delay for frontpage blog feed autoplay X-Git-Tag: v1.0.8^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=378dfe91194ab258a2015237ce65088bf8224309;p=WP-Themes%2Fmichigantrailmaps.git Increasing delay for frontpage blog feed autoplay --- diff --git a/js/app.js b/js/app.js index dbeed35..4fa9134 100644 --- a/js/app.js +++ b/js/app.js @@ -399,6 +399,7 @@ $(document).ready(function () { slidesToShow: 1, slidesToScroll: 1, autoplay: true, + autoplayspeed: 8000, arrows: true, }); @@ -411,6 +412,7 @@ $(document).ready(function () { infinite: true, slidesToShow: 2, autoplay: true, + autoplayspeed: 8000, slidesToScroll: 1 }); } else if($(window).width() < 641 && $(window).width() > 319){ @@ -421,6 +423,7 @@ $(document).ready(function () { infinite: true, slidesToShow: 1, autoplay: true, + autoplayspeed: 8000, slidesToScroll: 1 }); } diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 8223d06..d5f918c 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -36,6 +36,7 @@ $(document).ready(function () { slidesToShow: 1, slidesToScroll: 1, autoplay: true, + autoplayspeed: 8000, arrows: true, }); @@ -48,6 +49,7 @@ $(document).ready(function () { infinite: true, slidesToShow: 2, autoplay: true, + autoplayspeed: 8000, slidesToScroll: 1 }); } else if($(window).width() < 641 && $(window).width() > 319){ @@ -58,6 +60,7 @@ $(document).ready(function () { infinite: true, slidesToShow: 1, autoplay: true, + autoplayspeed: 8000, slidesToScroll: 1 }); }