Closed mikewuu closed 6 months ago
closes #616
This is a POC. We'll use Next.js' _next/image directly to get a dynamic image size.
_next/image
webp
https://react.seam.co/?path=/docs/components-devicetable--docs
I replaced the src attribute, and it's quite a big difference.
src
closing as handled via https://github.com/seamapi/seam-connect/pull/6866
closes #616
This is a POC. We'll use Next.js'
_next/image
directly to get a dynamic image size.Before
After
webp
as expectedLive storybook
https://react.seam.co/?path=/docs/components-devicetable--docs
I replaced the
src
attribute, and it's quite a big difference.