• Hello,

    So I have been spending so many hours trying to figure this out and nothing seems to be working.

    I have tried the section in Appearance > Customize > WooCommerce > Product Images but the option to change the main image width and thumbnail width do not show up. (thumbnail cropping set to uncropped and to keep using the aspect ration they are at when uploaded. (standard print measurements such as 12×16 in and 12×18)

    I have tried the code to enter into the functions.php I have been told is a suggestion (while changing thumbnail and single image width.)

    // Declare WooCommerce support.
     add_theme_support( 'woocommerce', apply_filters( 'storefront_woocommerce_args', array(
    				'single_image_width'    => 900,
    				'thumbnail_image_width' => 600,
    				'product_grid'          => array(
    					'default_columns' => 3,
    					'default_rows'    => 4,
    					'min_columns'     => 1,
    					'max_columns'     => 6,
    					'min_rows'        => 1
    				)
    ) ) );

    The photos are at 2500px wide as they are used for the home page slider. So they are large enough for thumbnails no problem as i read some people arent uploading quality enough photos, but thats not the case for me either.

    I have been clearing the cache as well as regenerating thumbnails as well every time i make a change to see if it fixes the issue.

    The theme I am using is the shopisle with a child theme created (style/function) if that helps as well.

    The image quality is showing up just fine on mobile as well as individual product pages.

    • This topic was modified 5 years, 2 months ago by Scott.

    The page I need help with: [log in to see the link]

  • The topic ‘Blurry Thumbnails (nothing seems to be working)’ is closed to new replies.