Web Export
Search
K

Width and Height Size

Setting the size of the element using width and height
The size fields are a short cut to setting the width and height.
By default the width and height matches the elements width and height on the artboard.
If you set your own width and height be sure to include the size length type.
For example, if you want an element to be 100% width and height then enter 100% for each field.
Setting the width of an element to 100% will expand it to 100% of its container (group). If the element is not flush along the left edge of the container (x is 0) then setting the width to 100% will make it extend past the container edge.
If the left edge of an element is not at the edge anchor an element using the left and right constraints and remove the explicit width using -width in the styles field.
You can also set the width and height and related values in the Styles fields using:
You can set a minimum width and a max width using the min-width and max-width properties:
You can also include or exclude the width and height CSS properties using the sizing options.
Last modified 3yr ago