var module_141579519276 = (function() { $(document).ready(function() { if($(".careers-swiper").length > 0){ $(".careers-swiper").each(function(){ var careerSwiper = $(this); var galleryTop = new Swiper(careerSwiper, { // spaceBetween: 98, autoHeight: true, slidesPerView: 'auto', // centeredSlides: true, // roundLengths: true, loop: true, pagination: { el: careerSwiper.find(".swiper-pagination"), clickable: true, }, navigation: { nextEl: careerSwiper.find('.swiper-button-next'), prevEl: careerSwiper.find('.swiper-button-prev'), }, pagination: { el: '.swiper-pagination', clickable: true, }, breakpoints: { 280: { // spaceBetween: 18, // slidesPerView: 1.3, }, 768: { // spaceBetween: 50, // slidesPerView: 1.7, }, 991: { // spaceBetween: 98, slidesPerView: 'auto', } } }); }); } /*swiper carousel js End*/ }); /*breakpoints: { // when window width is >= width 320: { slidesPerView: parseFloat(careerSwiper.attr('data-items-xxs')), spaceBetween: '18' }, } /*breakpoints: { // when window width is >= width 320: { slidesPerView: parseFloat(careerSwiper.attr('data-items-xxs')), spaceBetween: '18' }, 420: { slidesPerView: parseFloat(careerSwiper.attr('data-items-xs')), spaceBetween: '18' }, 576: { slidesPerView: parseFloat(careerSwiper.attr('data-items-sm')), spaceBetween: '25' }, 767: { slidesPerView: parseFloat(careerSwiper.attr('data-items-md')), spaceBetween: '35' }, 991: { slidesPerView: parseFloat(careerSwiper.attr('data-items-lg')), spaceBetween: '30' }, 1200: { slidesPerView: parseFloat(careerSwiper.attr('data-items-xl')), spaceBetween: '30' } }*/ })();