add_filter( 'sp_wpspro_product_image', function ( $product_img_html ) {
    return apply_filters( 'woocommerce_single_product_image_thumbnail_html', $product_img_html );
}, 99, 1 );