Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3021255
Variation Images are too small.
Closed

Comments

  • Nara started the conversation

    When displayed as images, the variation options are too small. Is it possible to configure the bigger size ?
    DzPM6XL.png

    This free plugin has a proper image size. 
    https://wordpress.org/plugins/linked-variation-for-woocommerce/
    AhmaB9X.png

    Here is when compared.

    vxRo7ue.png

  •  1,226
    Dustin replied

    Hi Nara,

    Please add the below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image {
        width: 80px;
        height: auto;
    }
    .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image a, .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image span {
        width: 100%;
        height: 100%;
    }
    .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image img {
        width: 100%;
        height: auto;
    }

    And the result https://www.screencast.com/t/J62iv1B2

    Best regards,
    Dustin