Created
July 4, 2014 21:36
-
-
Save opdavies/ca8f25a8f51e7a5c4571 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(document).ready(function ($) { | |
"use strict"; | |
if ($('#block-views-hero-slideshow-block').length > 0) { | |
$('#block-views-hero-slideshow-block .view-content ul').slick({ | |
centerMode: true, | |
slide: 'li', | |
slidesToShow: 1 | |
}); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment