Object Position
The object-position CSS property specifies the alignment of an object within the element's container.
Class | Properties |
---|---|
wpex-object-bottom | object-position: bottom; |
wpex-object-center | object-position: center; |
wpex-object-left | object-position: left; |
wpex-object-left-bottom | object-position: left bottom; |
wpex-object-left-top | object-position: left top; |
wpex-object-right | object-position: right; |
wpex-object-right-bottom | object-position: right bottom; |
wpex-object-right-top | object-position: right top; |
wpex-object-top | object-position: top; |