/** * slider_load.js * * slider loading * @version 0.1.0 * * copyright (c) 2016 Pison */ (function($){ $('.plant-slider-CameraSlideshow').each(function() { $(this).camera({ time: 3000, navigationHover: false, // perpomence is not good height:$(this).data('slider_height'), fx:'scrollLeft' }); }) })(jQuery);