Why does resizing a webp image with liquid code result in an error?

Why does resizing a webp image with liquid code result in an error?

HaiCaoDac
Shopify Partner
3 0 0

I upload image format webp to shopify theme.

I using liquid code:

Origin: {{ "447663100980626033-02130abe-7567-40eb-9d6e-990733a5af34.webp" | asset_url }}
</br>
Resize: {{ "447663100980626033-02130abe-7567-40eb-9d6e-990733a5af34.webp" | asset_img_url: '1024x1024' }}

and response error with URL resize

SCR-20230403-opqm.png

Replies 2 (2)

HaiCaoDac
Shopify Partner
3 0 0

Image url with .jfif same error

HaiCaoDac
Shopify Partner
3 0 0

Image url .avif same error