A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi,
we have uploaded an image into the media and consumed it on blocks. It's working as expected for the below cases
1. https://www.example.com/siteassets/images/sample.jpeg
2. https://www.example.com/siteassets/images/sample.jpeg?w=1600&h=650
but it's not working in the below case.
https://www.example.com/siteassets/images/sample.jpeg?w=767&h=600
Could you please help us with how can we resolve it?