dvmin

val Number.dvmin: CSSSizeValue<CSSUnitExt.dvmin>(source)

Represents 1% of the dynamic viewport's smallest dimension.

A dynamic viewport means this is the current size of the viewport visible around any open UI elements. This value will update in real time as elements are shown or hidden.

In other words, this will use the viewport's height if in landscape mode, or the width if in portrait mode.

See also