hotel_commerce/modules/wktestimonialblock/views/js/WkTestimonialBlockFront.js
2023-06-26 13:09:26 +05:30

32 lines
896 B
JavaScript

/**
* 2010-2020 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
* @author Webkul IN <support@webkul.com>
* @copyright 2010-2020 Webkul IN
* @license https://store.webkul.com/license.html
*/
$(document).ready(function(){
$('.htlTestemonial-owlCarousel .owl-carousel').owlCarousel({
loop:true,
dots:true,
items: 1,
autoHeight:true,
autoplay:true,
autoplaySpeed:1000,
autoplayTimeout:5000,
autoplayHoverPause:true,
responsiveClass:true,
});
});