CSS image-resolution Property Reference

The CSS image-resolution property is a experimental property in CSS Images. Review its formal syntax, computed behavior, and practical declarations.

CSS image-resolution Property Reference

The CSS image-resolution property is a experimental property in CSS Images. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

image-resolution overview

The CSS image-resolution property is a experimental property in CSS Images. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

image-resolution formal syntax
FieldValue
Formal syntax[ from-image || <resolution> ] && snap?
Initial value1dppx
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecifiedWithExceptionOfResolution
Animation typediscrete
Mediavisual
Specification groupCSS Images
StatusExperimental

Practical examples

These declarations demonstrate valid ways to set image-resolution. The initial and inherit global keywords remain available even when a property-specific value is preferable.

image-resolution live example
CSS .reset-example { image-resolution: initial; } .inherit-example { image-resolution: inherit; } @supports (image-resolution: initial) { .supported { image-resolution: initial; } }

Description

The CSS image-resolution property is a experimental property in CSS Images. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: image-resolution
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies