<image>
<image>
The <image>
CSS data type represents a 2D image. There are two kinds of images in CSS: plain static images, often referenced using a URL, and dynamically-generated images like gradients or representations of parts of the tree.
CSS can handle different kinds of images:
- images with intrinsic dimensions, that is a natural size, like a jpeg image which has a fixed dimensions.
- images with several intrinsic dimensions, that exist in several versions inside a file, like some .ico formats. In that case, the intrinsic dimension will be the one of the bigger image, in surface, and with the closest ratio to the one of the containing box.
- images with no intrinsic dimensions but with an intrinsic aspect ratio, between its width and height, like some vectorized images, in t