jQuery(window).load(function() {
jQuery('.flexslider').flexslider({
animation:'{{ animation_type }}',
smoothHeight: true,
useCSS: false,
prevText: "f",
nextText: "f",
slideshowSpeed: {{ slide_duration }},
animationSpeed: {{ animation_speed }},
controlNav: false,
slideshow: {{ auto_animation }}
});
jQuery('.flex-direction-nav li a').html('');
});
Lookbook
{% assign slide_duration = 5000 %}
{% assign animation_speed = 500 %}
{% assign auto_animation = true %}
{% assign animation_type = 'true' %}