Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2049191
Blurry images in shop
Closed

Comments

  • wolf-web started the conversation

    Hi,

    On all pages my thumbnail are blurry. I've done every WooCommerce solution i found but still no improvement. 

    Can you please help me out!?

  •  1,845
    Elated replied

    Hello there,

    Thanks for writing in and sorry for the late reply. Try pasting this code into the functions.php file:

    add_filter( 'woocommerce_get_image_size_gallery_thumbnail', function( $size ) {
        return array(
            'width'  => 600,
            'height' => 600,
            'crop'   => 1,
        );
    } );
    add_theme_support( 'woocommerce', array(
        'gallery_thumbnail_image_width' => 600,
    ) );
    

    Let us know if that was helpful.

    Kind regards,
    Ralph Wizard


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •   wolf-web replied privately
  •  1,845
    Elated replied

    Hello there,

    I've navigated to Appearance -> Customizer -> WooCommerce -> Product Images and increased Thumnbail width from 300 to 600:

    3752015608.png

    As you can see it looks better now:

    5569279505.png

    If you need any further help, feel free to write back in.

    Best regards!

    Joey


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.