golden hour
/home/phakp/public_html/bkp_full/old_site_bkp/js/examples
⬆️ Go Up
Upload
File/Folder
Size
Actions
examples.carousels.js
753 B
Del
OK
examples.gallery.js
2.14 KB
Del
OK
examples.lightboxes.js
1.8 KB
Del
OK
Edit: examples.carousels.js
/* Name: Shortcodes - Carousels - Examples Written by: Okler Themes - (http://www.okler.net) Theme Version: 4.2.0 */ (function( $ ) { 'use strict'; /* Carousel */ $('#carousel').owlCarousel({ loop: true, responsive: { 0: { items: 1 }, 479: { items: 1 }, 768: { items: 2 }, 979: { items: 3 }, 1199: { items: 6 } }, navText: [], margin: 10, autoWidth: false, items: 6 }); /* Videos */ $('#videos').owlCarousel({ items:1, merge:true, loop:true, margin:10, video:true, lazyLoad:true, center:true, responsive:{ 480:{ items:2 }, 600:{ items:4 } } }) }).apply( this, [ jQuery ]);
Save