Short description of issue
If you upload an image in “avif” format and use the “img_url” filter in the code to display the image, the image will be displayed in low quality, ignoring the parameters for specifying the width or height of the image.
Reproduction steps
- Upload an image in the “avif” format in the theme customizer to the “image_picker” setting.
- Render this image using “img_url” filter.
- Check this image on the website - it will be of very low quality.
Additional info
If you upload the image in a jpeg, webp format, everything will work fine.
What type of topic is this
Bug report