Gallery Thumbnail Size

/**
 * Gallery Thumbnail Size Custom
 */
add_filter( 'woocommerce_gallery_thumbnail_size', 'woocommerce_gallery_thumbnail' );
function woocommerce_gallery_thumbnail() {
    return "full_size";
}

Leave a Reply

Your email address will not be published. Required fields are marked *