| 123456789101112131415161718192021222324252627282930 |
- /******/ (function() { // webpackBootstrap
- var __webpack_exports__ = {};
- /*!*********************************************!*\
- !*** ./resources/js/pages/timeline.init.js ***!
- \*********************************************/
- /*
- Template Name: Skote - Admin & Dashboard Template
- Author: Themesbrand
- Website: https://themesbrand.com/
- Contact: themesbrand@gmail.com
- File: Timeline Init Js File
- */
- $('#timeline-carousel').owlCarousel({
- items: 1,
- loop: false,
- margin: 0,
- nav: true,
- navText: ["<i class='mdi mdi-chevron-left'></i>", "<i class='mdi mdi-chevron-right'></i>"],
- dots: false,
- responsive: {
- 576: {
- items: 2
- },
- 768: {
- items: 4
- }
- }
- });
- /******/ })()
- ;
|