Prismic image not being cropped as configured in the dashboard

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):


image

But in the front-end I got this:
image

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.

Image were uplaoded in avif, it's now working by switching to jpg ! :slight_smile:

1 Like