currently using Prismic the first time in combination with Next.js and curious on what's the best way to deal with images / image optimization (as there is no equivalent to the amazing gatsby-image).
I don't have SSG pages, everything is SSR so I can't optimize on build time with various plugins.
Is the only way to have various image sizes defined inside Prismic?
Haha oh damn, I was not aware that Prismic is supporting “dynamic” size queries (if you can call it like them).
(Or shame on me if this is a native browser api )
yeah i am aware of srcset and — of course — I am using it, but was not aware of the image format api. Once read that Prismic has switched to Imgix on their blog but thought that’s more a way of handling stuff in between and less about the output on the client / frontend.