CSS image-set() function has partial support Browser Compatibility Check

Description

The CSS image-set() function is not supported by all browsers.

Help

Use a fallback like background-image: url(image1.jpg); background-image: image-set( "image1.jpg" 1x, "image2.jpg" 2x); to provide a value in browsers that don’t support the image-set() function.

Applicable standards

Change history

  • 6.49 May 2023 Added.

This page describes a web site issue detected in HTML documents by SortSite Desktop and OnDemand Suite.

Rule ID: BugCssImageSetFunction