System Information
- Strapi Version:
- Operating System:
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
I can see many issues on my side concerning the integration strapi as an image provider in my nuxt 3 project.
First, the only attribute working with this provider is the “modifier”. We can set a unique breakpoint, something like this:
<nuxt-img provider="strapi" src="..." :modifiers="{ breakpoint: 'small' }" />
Secondly: The url generated is wrong, it’s something like /uploads/large/my_image.png instead of
/uploads/large_my_image.png
I can’t figure out how to make the image responsive depending on the screen size. Has anyone already used it before ?
Thank you!