From: Laury GvR Date: Mon, 20 Nov 2017 21:03:40 +0000 (-0500) Subject: Trying to slow down the autoplay speed of the frontpage blog feed X-Git-Tag: v1.0.8^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e3140db466a288bd5622661f591ce7cc495f85bf;p=WP-Themes%2Fmichigantrailmaps.git Trying to slow down the autoplay speed of the frontpage blog feed --- diff --git a/js/app.js b/js/app.js index 4fa9134..1bc5d32 100644 --- a/js/app.js +++ b/js/app.js @@ -399,7 +399,7 @@ $(document).ready(function () { slidesToShow: 1, slidesToScroll: 1, autoplay: true, - autoplayspeed: 8000, + autoplaySpeed: 8000, arrows: true, }); @@ -412,7 +412,7 @@ $(document).ready(function () { infinite: true, slidesToShow: 2, autoplay: true, - autoplayspeed: 8000, + autoplaySpeed: 8000, slidesToScroll: 1 }); } else if($(window).width() < 641 && $(window).width() > 319){ @@ -423,7 +423,7 @@ $(document).ready(function () { infinite: true, slidesToShow: 1, autoplay: true, - autoplayspeed: 8000, + autoplaySpeed: 8000, slidesToScroll: 1 }); } diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index d5f918c..78a3856 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -36,7 +36,7 @@ $(document).ready(function () { slidesToShow: 1, slidesToScroll: 1, autoplay: true, - autoplayspeed: 8000, + autoplaySpeed: 8000, arrows: true, }); @@ -49,7 +49,7 @@ $(document).ready(function () { infinite: true, slidesToShow: 2, autoplay: true, - autoplayspeed: 8000, + autoplaySpeed: 8000, slidesToScroll: 1 }); } else if($(window).width() < 641 && $(window).width() > 319){ @@ -60,7 +60,7 @@ $(document).ready(function () { infinite: true, slidesToShow: 1, autoplay: true, - autoplayspeed: 8000, + autoplaySpeed: 8000, slidesToScroll: 1 }); }