You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`visible`| boolean | Defaults to true. Can be used to hide pre-defined elements. |
149
-
|`maintainAspectRatio`| boolean | Defaults to true. If only one dimension of the element is fully defined, the other dimension will scaled from the implicit element size while maintaining its original aspect ratio. |
149
+
|`maintainAspectRatio`| boolean | Defaults to true. If only one dimension of the element is fully defined, the other dimension will be scaled from the implicit element size while maintaining its original aspect ratio. |
150
150
|`left`|[style length](#style-length)| Defaults to undefined. Positions the left edge of the element relative to the layout box. |
151
151
|`top`|[style length](#style-length)| Defaults to undefined. Positions the top edge of the element relative to the layout box. |
152
152
|`right`|[style length](#style-length)| Defaults to undefined. Positions the right edge of the element relative to the layout box. |
0 commit comments