Dimension utilities let you manage the width and height of elements.
Width and max width
By using classes ecl-u-width-* and ecl-u-max-width-* you can set the width or max-width of an element. Available values are:
- ecl-u-width-auto
- ecl-u-width-100 (100%)
- ecl-u-max-width-none
- ecl-u-max-width-100 (100%)
Height and max height
By using classes ecl-u-height-* and ecl-u-max-height-* you can set the height or max-height of an element. Available values are:
- ecl-u-height-auto
- ecl-u-height-100 (100%)
- ecl-u-max-height-none
- ecl-u-max-height-100 (100%)