modal.style.display = "none";
$locale = get_locale();
if( $locale == 'uk' ) {
echo do_shortcode( '[contact-form-7 id="420" title="Оформити заявку"]' );
} elseif( $locale == 'ru_RU' ) {
echo do_shortcode( '[contact-form-7 id="419" title="Оформить заявку"]' );
} else {
echo do_shortcode( '[contact-form-7 id="421" title="Make a request"]' );
}
playsinline
(muted
тоже обязательный)<video autoplay loop muted playsinline class="video video-desktop">
<source src="/video/video-hero.mp4" type="video/mp4">
</video>
var swiper = new Swiper(".mySwiper", {
slidesPerView: 3,
spaceBetween: 30,
observer: true,
observeParents: true,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
});