Antao
Immerse yourself in nature. Our new Antao collection is inspired by the shape of dewdrops.
Explore Antao
Time to feel, bring beauty to the everyday
Time to Feel … our home is a place of trust, joy and love. Let’s make it something special.
Explore More
Villeroy & Boch : Live and Enjoy in Modern Design
Featured Collections
We at Villeroy & Boch have always known how to create personal experiences with our unique ceramics. Explore our bestseller product ranges, which are both - innovative and stylish.
Social@Villeroy&Boch
Explore the social media world of Villeroy and Boch, get updated with the latest happenings and events.
`+t
}
$(".contentBox").html(t)
if (mySwiper) mySwiper.destroy()
mySwiper = new Swiper("#cm-343 .swiper", {
slidesPerView: "auto",
pagination: isMobile ? {
el: "#cm-343 .swiper-pagination",
type: "progressbar",
} : false,
});
initBtn()
}
$.hideLoading()
}
});
}
$(".moreBtn").click(function (e) {
let that=$(this);
e.preventDefault();
if(jsonData.custom_param.type==1){
window.location.href=jsonData.link;
return;
}
$.showLoading()
$.ajax({
type: "get",
url: "/index/social/list",
data:{social_id:$("#cm-343 .item-mas:last").attr("cid")},
success: function (response) {
if(response.data&&response.data.length>0){
let t="";
response.data.forEach(element => {
t+=`
${element.description}
`
});
$(".masonry-flex").append(t)
}else{
that.hide()
}
$.hideLoading()
}
});
});
$(document).on("click", "#cm-343 .pubuPop .contentBox", function (e) {
e.stopPropagation();
})
$(document).on("click", "#cm-343 .socialClose,.pubuPop", function (e) {
e.preventDefault();
$("#cm-343 .popBox").hide();
});
var mySwiper = ""
$(document).on("click", "#cm-343 .arrowPrev", function (e) {
mySwiper.slidePrev();
initBtn()
})
$(document).on("click", "#cm-343 .arrowNext", function (e) {
mySwiper.slideNext();
initBtn()
})
// $(document).on("click",".videoPlay",function(){
// e.preventDefault();
// $(this).attr("vlink")
// });
$(document).on("click","#cm-343 .videoPlay",function(e){
e.preventDefault();
$('#cm-343 .video-screen').show();
$('#cm-343 .video-screen video')[0].src = $(this).attr('vsrc')
$('#cm-343 .video-screen video')[0].play()
});
$(document).on("click","#cm-343 .video-screen .close",function(e){
e.preventDefault();
$('#cm-343 .video-screen').hide();
$('#cm-343 .video-screen video')[0].src = ""
});
function initBtn() {
if (mySwiper.isBeginning) {
console.log("isBeginning")
$("#cm-343 .arrowPrev").addClass("arrowdisabled").attr("src", "/assets_frontend/images/product/Button_letf.png");
$("#cm-343 .arrowNext").removeClass("arrowdisabled").attr("src", "/assets_frontend/images/product/Button_right_active.png");
}else if (mySwiper.isEnd) {
console.log("isEnd")
$("#cm-343 .arrowNext").addClass("arrowdisabled").attr("src", "/assets_frontend/images/product/Button_right.png");
$("#cm-343 .arrowPrev").removeClass("arrowdisabled").attr("src", "/assets_frontend/images/product/Button_letf_active.png");
}else{
$("#cm-343 .arrowNext").removeClass("arrowdisabled").attr("src", "/assets_frontend/images/product/Button_right_active.png");
$("#cm-343 .arrowPrev").removeClass("arrowdisabled").attr("src", "/assets_frontend/images/product/Button_letf_active.png");
}
}
})()