$(function () { $("link[href*='bootstrap.min.css']").remove(); var win_w = $("window").width(); var liveSwiper = new Swiper(".live-swiper", { // autoHeight: true, // pagination: '.live-pagination', prevButton: '.live-button .prev', nextButton: '.live-button .next', slidesPerView: 5, spaceBetween: 20, // slidesPerGroup: auto, roundLengths: true, breakpoints: { 750: { slidesPerView: 1.3, spaceBetween: 10, slidesPerGroup: 1 }, 1200: { slidesPerView: 3, spaceBetween: 10, slidesPerGroup: 3 }, } }) if ($(".propaganda .swiper-wrapper").length > 2) { var propagandaSwiper = new Swiper(".propaganda-swiper", { roundLengths: true, breakpoints: {} }); } // if ($(".live").length > 0) { // baseLib.v3SetHeight(".live", ".li", ".Jcon"); // } if ($(".solution").length > 0) { baseLib.v3SetHeight(".solution", ".box", ".Jcon"); baseLib.v3SetHeight(".solution", ".box", ".Jdl"); // baseLib.v3SetHeight(".solution", ".box", ".ebg-btn-box-block"); } })