Nuct : access responsive views with <prismic-image> tag

Hi,

In my Prismic Document, there is an image with 2 different responsive views (one for the thumbnail of my blog post and the other for the full screan image blog post).

I wonder how to access to the responsive views of my image with the <prismic-image :field="data.image" /> tag ?
I don't have seen example in the Prismic doc ?
Thank you.
Eric

Hello @ricou

Thanks for reaching out to us.

To access the responsive views of your image, you need to apply CSS. Please check our example project nuxt-js multi-language.

Let me know if you have any further questions.

Thanks,
Priyanka

Thank you for your reply!
It's OK :)