Plugin for the future image formats, ex. AVIF #4026
Replies: 2 comments 2 replies
-
what do you want to do it with those images? If you want to show them in an |
Beta Was this translation helpful? Give feedback.
-
you can use for image backend awesome tool named imgproxy . It has a cool feature named IMGPROXY_ENABLE_WEBP_DETECTION . What it does is it detects via the header if browser(webview) supports webp/avif and serves them, if no it falls back to jpeg/png. So when time comes and webview support them, then you will be onboard automatically |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm new to Capacitor and it would be great to know your experience.
If I needed to add support for future image formats, like AVIF that's not widely supported in browsers, how would I do so with Capacitor?
As I understand, it's possible by creating a plugin.
I searched for such, seemingly very useful for the community plugin, but had no results, maybe you know one that exists but has difficult keywords that make it hard to find?
Beta Was this translation helpful? Give feedback.
All reactions