zoom: ***;
Browser |
|
---|---|
Type |
|
The zoom property sets the zoom level.
The zoom level of the image can be specified by applying this property to the IMG element.
#example {
zoom: 1.5;
}
Property | Value | Explanation |
---|---|---|
zoom | number, %, or normal | the zoom level of the image |
The default is "normal".
zoom: 1.5;
zoom: 0.5;
zoom: 150%;
zoom: 50%;