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 7ca61ef commit 61a0311Copy full SHA for 61a0311
images/image-set-type.html
@@ -16,7 +16,7 @@
16
17
<style class="editable">
18
.box {
19
- background-image: -webkit-image-set(
+ background-image: -webkit-image-set(
20
url("large-balloons.avif") type("image/avif"),
21
url("large-balloons.jpg") type("image/jpeg"));
22
background-image: image-set(
@@ -33,6 +33,9 @@
33
34
<textarea class="playable playable-css" style="height: 150px;">
35
36
37
+ url("large-balloons.avif") type("image/avif"),
38
+ url("large-balloons.jpg") type("image/jpeg"));
39
40
41
0 commit comments