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 d6ec1f0 commit 7ca61efCopy full SHA for 7ca61ef
images/image-set-type.html
@@ -16,6 +16,9 @@
16
17
<style class="editable">
18
.box {
19
+ 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(
23
url("large-balloons.avif") type("image/avif"),
24
url("large-balloons.jpg") type("image/jpeg"));
@@ -46,4 +49,4 @@
46
49
</body>
47
50
<script src="playable.js"></script>
48
51
-</html>
52
+</html>
0 commit comments