OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
reeliv
/
newReader
/
category
/
js
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
09/04/2024 11:00:00 AM
rwxr-xr-x
📄
.DS_Store
6 KB
09/04/2024 11:00:00 AM
rw-r--r--
📄
bootstrap.min.js
61.76 KB
09/04/2024 11:00:00 AM
rw-r--r--
📄
jquery.min.js
68.28 KB
09/04/2024 11:00:00 AM
rw-r--r--
📄
main.js
778 bytes
09/04/2024 11:00:00 AM
rw-r--r--
📄
owl.carousel.min.js
43.3 KB
09/04/2024 11:00:00 AM
rw-r--r--
📄
popper.js
20.51 KB
09/04/2024 11:00:00 AM
rw-r--r--
Editing: main.js
Close
(function($) { "use strict"; var fullHeight = function() { $('.js-fullheight').css('height', $(window).height()); $(window).resize(function(){ $('.js-fullheight').css('height', $(window).height()); }); }; fullHeight(); var carousel = function() { $('.featured-carousel').owlCarousel({ loop:true, autoplay: true, margin:30, animateOut: 'fadeOut', animateIn: 'fadeIn', nav:true, dots: true, autoplayHoverPause: false, items: 1, navText : ["<span class='ion-ios-arrow-back'></span>","<span class='ion-ios-arrow-forward'></span>"], responsive:{ 0:{ items:1 }, 600:{ items:2 }, 1000:{ items:3 } } }); }; carousel(); })(jQuery);