diff --git a/images/image-set-type.html b/images/image-set-type.html index 2ea04cdd..cd6728c8 100644 --- a/images/image-set-type.html +++ b/images/image-set-type.html @@ -16,6 +16,9 @@ .box { + background-image: -webkit-image-set( + url("large-balloons.avif") type("image/avif"), + url("large-balloons.jpg") type("image/jpeg")); background-image: image-set( url("large-balloons.avif") type("image/avif"), url("large-balloons.jpg") type("image/jpeg")); @@ -28,8 +31,11 @@
--