We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0150776 commit 0477fb5Copy full SHA for 0477fb5
packages/core/integration-tests/test/integration/image/reformat-all.html
@@ -1,5 +1,6 @@
1
<picture>
2
<source srcset="foo.png?as=avif" type="image/avif">
3
+ <source srcset="foo.png?as=jxl" type="image/jxl">
4
<source srcset="foo.png?as=jpg" type="image/jpeg">
5
<source srcset="foo.png?as=png" type="image/png">
6
<source srcset="foo.png?as=tiff" type="image/tiff">
0 commit comments