Skip to main content
CSS Tip

The difference between zoom and scale

Do you know the zoom property? It works the same way as a scale transformation but unlike scale, it affects the page layout. In other words, the page layout is recalculated considering the new dimension of the scaled element.

difference between the zoom property and the scale property


More CSS Tips