auth-2-carousel.init.js 550 B

123456789101112131415161718192021
  1. /******/ (function() { // webpackBootstrap
  2. var __webpack_exports__ = {};
  3. /*!****************************************************!*\
  4. !*** ./resources/js/pages/auth-2-carousel.init.js ***!
  5. \****************************************************/
  6. /*
  7. Template Name: Skote - Admin & Dashboard Template
  8. Author: Themesbrand
  9. Website: https://themesbrand.com/
  10. Contact: themesbrand@gmail.com
  11. File: auth 2 carousel Init Js File
  12. */
  13. $('#auth-review-carousel').owlCarousel({
  14. items: 1,
  15. loop: false,
  16. margin: 16,
  17. nav: false,
  18. dots: true
  19. });
  20. /******/ })()
  21. ;