Hello, I'm not sure to understand the purpose of the crop tool or how to retreive something from it.
As you can see below, I cropped my image in the desired format trough the dashboard (saved & published):

But in the front-end I got this:
I'm using nuxt.js with slicemachine, and here the code used to print the image
<prismic-image :field="item.productImage" />
item
is comming from props slices.items[n]
inside a basic slice component.
Expected behaviour: Retreive the image in a 726x952 px format.