What is VH in CSS?
VH stands for viewport height and represents 1% of the browser window height.
Converters
Convert pixels (px) to viewport height units (vh) and vh to pixels using a 1080px viewport.
Convert pixels (px) to viewport height units (vh) and vh to pixels using a 1080px viewport.
This tool runs in your browser. Your input is processed locally and is not uploaded.
Use this free online PX to VH converter to quickly convert between pixels (px) and viewport height units (vh).
VH stands for viewport height and represents 1% of the browser window height.
Divide the pixel value by the viewport height and multiply by 100.
VH units are useful for creating full-height sections and responsive layouts.