File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
< style class ="editable ">
18
18
.box {
19
+ background-image : -webkit-image-set (
20
+ url ("large-balloons.avif" ) type ("image/avif" ),
21
+ url ("large-balloons.jpg" ) type ("image/jpeg" ));
19
22
background-image : image-set (
20
23
url ("large-balloons.avif" ) type ("image/avif" ),
21
24
url ("large-balloons.jpg" ) type ("image/jpeg" ));
28
31
< div class ="box "> </ div >
29
32
</ section >
30
33
31
- < textarea class ="playable playable-css " style ="height: 150px ; ">
34
+ < textarea class ="playable playable-css " style ="height: 155px ; ">
32
35
.box {
36
+ background-image: -webkit-image-set(
37
+ url("large-balloons.avif") type("image/avif"),
38
+ url("large-balloons.jpg") type("image/jpeg"));
33
39
background-image: image-set(
34
40
url("large-balloons.avif") type("image/avif"),
35
41
url("large-balloons.jpg") type("image/jpeg"));
46
52
</ body >
47
53
< script src ="playable.js "> </ script >
48
54
49
- </ html >
55
+ </ html >
You can’t perform that action at this time.
0 commit comments