Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 61a0311

Browse files
authored
Changes as suggested.
1 parent 7ca61ef commit 61a0311

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

images/image-set-type.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<style class="editable">
1818
.box {
19-
background-image: -webkit-image-set(
19+
background-image: -webkit-image-set(
2020
url("large-balloons.avif") type("image/avif"),
2121
url("large-balloons.jpg") type("image/jpeg"));
2222
background-image: image-set(
@@ -33,6 +33,9 @@
3333

3434
<textarea class="playable playable-css" style="height: 150px;">
3535
.box {
36+
background-image: -webkit-image-set(
37+
url("large-balloons.avif") type("image/avif"),
38+
url("large-balloons.jpg") type("image/jpeg"));
3639
background-image: image-set(
3740
url("large-balloons.avif") type("image/avif"),
3841
url("large-balloons.jpg") type("image/jpeg"));

0 commit comments

Comments
 (0)