objectPosition

The object-position CSS property specifies the alignment of the selected replaced element's contents within the element's box. Areas of the box which aren't covered by the replaced element's object will show the element's background.

Syntax: <position>

Initial value: 50% 50%

| Chrome | Firefox | Safari |  Edge  | IE  |
| :----: | :-----: | :----: | :----: | :-: |
|   32   |   36    |   10   |   79   | No  |

See also