• Resolved Garry Rigby

    (@indigojones66)


    Product gallery thumbnails out of focus

    RE ~ https://heritagecountrypottery.com/product/50210809143100_img_1707/
    See image ~ https://hardy.global/out_of_focus.jpg

    Wordpress v 5.5 | WooCommerce v 5.6.0 | Intuition Pro v 2.3.1

    I downloaded Regenerate Thumbnails plugin which made no difference?

    The three images are 2000 px by 2000 px

    Customising > WooCommerce > Product Images:
    Main images width > 600px
    Thumbnail width > 300 (1:1)

    Strange thing is it works fine on another of my sites with same theme and WooCommerce
    https://www.bravehound.co.uk/product/t-shirt/

    I added this to functions.php to solve a mobile problem but that makes no difference to focus

    add_action( ‘after_setup_theme’, ‘yourtheme_setup’ );

    function yourtheme_setup() {
    add_theme_support( ‘wc-product-gallery-zoom’ );
    add_theme_support( ‘wc-product-gallery-lightbox’ );
    add_theme_support( ‘wc-product-gallery-slider’ );
    }

    Bravehound is hosted by LCN and Heritagecountrypottery by 123Reg is the only difference I can see

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

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Product gallery thumbnails out of focus’ is closed to new replies.