1. Identify the smaller of viewport width or height in pixels.
2. Multiply the vmin value by 1% of the smaller viewport dimension.
Example: For a 800x600px viewport, 5vmin * (600 / 100) = 30px.
Pixel results are based on the current minimum viewport dimension of 0px.