So how do i intergrate this code in my file to the minimum of 300px
This is de code i see:
if ( image.data( ‘large_image_width’ ) > galleryWidth ) {
hey how did you resolve it?
How does this: is_product_category( ‘shirts’ ) fit in this :
function woa_content_before_shop() {
echo “<p>Insert your Content here…</p>”;
}
add_action( ‘woocommerce_before_shop_loop’, ‘woa_content_before_shop’);