Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.
The srcset property of the HTMLSourceElement interface is a string containing a comma-separated list of candidate images.
Each candidate image includes the URL of an image resource to use as the source for the element and optionally a descriptor indicating the circumstances in which the image should be used. The descriptor is either a number followed by 'w', indicating the element width, or a number followed by 'x', indicating the device pixel density.
It reflects the srcset attribute of the <source> element nested in a <picture> element. It has no meaning and is ignored when it is nested in an <audio> or <video> element, which use the src attribute instead.
A string.
| HTML # dom-source-srcset |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Oct 31, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.