Skip to content

Size

CSS classes for controlling the element size.

Since v2.2.0
ClassStyles
h-fullheight: 100%;
w-fullwidth: 100%;
h-vhheight: 100vh;
w-vwwidth: 100vw;
h-svhheight: 100svh;
w-svwwidth: 100svw;
max-h-fullmax-height: 100%;
max-w-fullmax-width: 100%;
aspect-videoaspect-ratio: 16/9;

Released under the BSD-3-Clause License.