ÿØÿà JPEG ÿþ;
Server IP : 68.65.120.201 / Your IP : 216.73.216.207 Web Server : LiteSpeed System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : taxhyuvu ( 2294) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/taxhyuvu/www/publicationcard/js/ |
Upload File : |
(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);