search
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.
As far as I understood it, an SVG file by its very nature will always return the whole file, and it is scaled by the browser.
Thanks. That seems correct. We have done some CSS at the front end to make it scalable as we need.
This is somewhat similar to This Question.
I have added a seperate class to support SVG.
However, this returns the exact SVG file. It will not return a thumbnail which is scaled to 250*180. How to resolve this? Is this a known issue?