Select Page
To convert pixels (px) to the vmin unit, you need to know the viewport’s minimum dimension.

The vmin unit is a CSS unit that represents the smaller value between the viewport’s width and height. For example, if the viewport is wider than it is tall, then 1vmin will equal 1/100th of the viewport width. If the viewport is taller than it is wide, then 1vmin will equal 1/100th of the viewport height.