[Support request] Woocommerce Gallery image sizes

Home Forums Support [Support request] Woocommerce Gallery image sizes

Home Forums Support Woocommerce Gallery image sizes

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1319522
    John MacKenzie

    hi guys small issue with image sizes, they all seem different on the product galelry (images that show below the main product)

    example page below. i found some code from another of your threads with this
    `add_filter( ‘woocommerce_get_image_size_gallery_thumbnail’, function( $size ) {
    return array(
    ‘width’ => 100,
    ‘height’ => 100,
    ‘crop’ => 0,
    );
    } );’

    but it didnt seem to help.

    thanks!

    John

    #1319929
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Strange, it should do this by default: https://gpsites.co/seller/product/happy-ninja/

    Any other custom functions added to your site which may be affecting image sizes?

    #1319963
    John MacKenzie

    Hi David

    not in my functions file no, there is nothing else with image or thumbnail being overridden?

    thanks!
    John

    #1320264
    David
    Staff
    Customer Support

    Hi there,

    Are you using a separate plugin for the gallery as the markup is different to the one Woocommerce installs ?

    #1321171
    John MacKenzie

    Hi David, thanks i didnt think so ( I didnt do the initial setup) looks like it was this one causing the issue:

    Product Image Zoom for WooCommerce

    thanks!
    John

    #1321628
    David
    Staff
    Customer Support

    Pesky plugin 🙂 Glad to hear you found the solution

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.