
Don’t hesitate to send us a message & contact us anytime. Our team is always there for you and always looking for opportunities to grow.
(function($){
function bsaProResize() {
var sid = "8";
var object = $(".bsaProContainer-" + sid);
var imageThumb = $(".bsaProContainer-" + sid + " .bsaProItemInner__img");
var animateThumb = $(".bsaProContainer-" + sid + " .bsaProAnimateThumb");
var innerThumb = $(".bsaProContainer-" + sid + " .bsaProItemInner__thumb");
var parentWidth = "240";
var parentHeight = "400";
var objectWidth = object.parent().outerWidth();
// var objectWidth = object.width();
if ( objectWidth <= parentWidth ) { var scale = objectWidth / parentWidth; if ( objectWidth > 0 && objectWidth !== 100 && scale > 0 ) {
animateThumb.height(parentHeight * scale);
innerThumb.height(parentHeight * scale);
imageThumb.height(parentHeight * scale);
// object.height(parentHeight * scale);
} else {
animateThumb.height(parentHeight);
innerThumb.height(parentHeight);
imageThumb.height(parentHeight);
// object.height(parentHeight);
}
} else {
animateThumb.height(parentHeight);
innerThumb.height(parentHeight);
imageThumb.height(parentHeight);
// object.height(parentHeight);
}
}
$(document).ready(function(){
bsaProResize();
$(window).resize(function(){
bsaProResize();
});
});
})(jQuery);
(function ($) {
var bsaProContainer = $('.bsaProContainer-8');
var number_show_ads = "0";
var 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);
