Next.js Discord

Discord Forum

Image optimization without using <Image>?

Unanswered
White-crowned Sparrow posted this in #help-forum
Open in Discord
White-crowned SparrowOP
I have a NextJS app deployed on Vercel and I'm been using <Image> tags for optimization and it's been amazing!

I also have a Phoenix LiveView app where these images are being used and I'm wondering if I can use Vercel's image optimization capabilities in my LiveView app which doesn't have access to <Image> and just uses good 'ol <img> tags. Is this possible?

0 Replies