Resize Product Image on WooCommerce Product Page

  • Unknown's avatar

    I need help to resize the product images since these on the product page look blurry. I would like to put them in a square format but I can’t find how to do it.

    Does anyone know how I can do it using CSS code?

    I was using this code but it doesn’t work:

    /* Redimensionar imágenes de producto en la página de producto /

    .single-product .product .product-images img {
    width: 300px;
    height: auto;
    }

    The blog I need help with is: (visible only to logged in users)

  • The topic ‘Resize Product Image on WooCommerce Product Page’ is closed to new replies.