SUBSCRIBE

Subscribe now to get notified about exclusive offers from The Voux every week!

(function($){ "use strict"; $(document).ready(function(){ function bsaProResize() { let sid = "53"; let object = $(".bsaProContainer-" + sid); let itemSize = $(".bsaProContainer-" + sid + " .bsaProItem"); let imageThumb = $(".bsaProContainer-" + sid + " .bsaProItemInner__img"); let animateThumb = $(".bsaProContainer-" + sid + " .bsaProAnimateThumb"); let innerThumb = $(".bsaProContainer-" + sid + " .bsaProItemInner__thumb"); let parentWidth = "1536"; let parentHeight = "995"; let objectWidth = object.parent().outerWidth(); if ( objectWidth 0 && objectWidth !== 100 && scale > 0 ) { itemSize.height(parentHeight * scale); animateThumb.height(parentHeight * scale); innerThumb.height(parentHeight * scale); imageThumb.height(parentHeight * scale); } else { itemSize.height(parentHeight); animateThumb.height(parentHeight); innerThumb.height(parentHeight); imageThumb.height(parentHeight); } } else { itemSize.height(parentHeight); animateThumb.height(parentHeight); innerThumb.height(parentHeight); imageThumb.height(parentHeight); } } bsaProResize(); $(window).resize(function(){ bsaProResize(); }); }); })(jQuery); (function ($) { "use strict"; let bsaProContainer = $('.bsaProContainer-53'); let number_show_ads = "0"; let number_hide_ads = "0"; if ( number_show_ads > 0 ) { setTimeout(function () { bsaProContainer.fadeIn(); }, number_show_ads * 1000); } if ( number_hide_ads > 0 ) { setTimeout(function () { bsaProContainer.fadeOut(); }, number_hide_ads * 1000); } })(jQuery);