From: Terran McCanna Date: Thu, 19 Nov 2020 23:44:24 +0000 (-0500) Subject: OPAC: Carousel - Animate X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=96a6f7941156bd4d54c17a8c7f9fbe8f5e8daba3;p=evergreen%2Fpines.git OPAC: Carousel - Animate Enable ability for carousel to automatically advance every 2 seconds. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/misc_util.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/misc_util.tt2 index 959a3f91d0..9e4b9025c6 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/misc_util.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/misc_util.tt2 @@ -805,9 +805,9 @@ [%- BLOCK carousels; config = { - animated => 0, - animation_interval => 5, - width => 5, + animated => 1, + animation_interval => 2, + width => 4, sm_width => 3, xs_width => 2, };