$(this).css("height", 175).css("width", 'auto');
$(this).css("background", 'url(' + src + ') no-repeat center center').css("background-size", "cover");
$(this).find('img').remove();
- });
+ });
+
+ var products = $(".type-product").length;
+ console.debug(products);
+
+ if(products > 3){
+ $("#container").css("width", "700px");
+ }
});
$(this).css("height", 175).css("width", 'auto');
$(this).css("background", 'url(' + src + ') no-repeat center center').css("background-size", "cover");
$(this).find('img').remove();
- });
+ });
+
+ var products = $(".type-product").length;
+ console.debug(products);
+
+ if(products > 3){
+ $("#container").css("width", "700px");
+ }
});