9 lines
222 B
JavaScript
9 lines
222 B
JavaScript
jQuery(window).load(function() {
|
|
jQuery('.flexslider').flexslider({
|
|
// animation: "slide",
|
|
// direction: "horizontal",
|
|
animationLoop: false,
|
|
// slideshowSpeed: 7000,
|
|
// animationSpeed: 600
|
|
});
|
|
}); |