Size
You can specify different size settings of elements. Abbreviations used: W - width H - height
Width
You can specify the width of an element as fixed or responsive.
Width field can accept both absolute and relative length units. Please see CSS units
Clicking on this button switches width between "hug-content" and "stretch" options
Learn more
Height
You can specify the height of an element as fixed or responsive.
Height field can accept both absolute and relative length units. Please see CSS unit
Clicking on this button switches width between "hug-content" and "stretch" options Learn more
Min Width
You can specify minimal width of an element as fixed or responsive. This will prevent elements from reducing size below specified length.
Min Width field can accept both absolute and relative length units. Please see CSS units Learn more
Min Height
You can specify minimal height of an element as fixed or responsive. This will prevent elements from reducing size below specified length.
Min Height field can accept both absolute and relative length units. Please see CSS unit Learn more
Max Width
You can specify maximal width of an element as fixed or responsive. This will prevent elements from increasing size above specified length.
Max Width field can accept both absolute and relative length units. Please see CSS units Learn more
Max Height
You can specify maximal height of an element as fixed or responsive. This will prevent elements from increasing size above specified length.
Max Height field can accept both absolute and relative length units. Please see CSS unit Learn more
Grow
This checkbox allows element to increase in size and fill available space.
This represents flex-grow: 1
css property. Default value is 0. Learn more
Shrink
This checkbox allows element to decrease in size if there is not enough space.
This represents flex-grow: 1
css property. Default value is 1. Learn more
Last updated