Stefan Judis Web Development · Feb 23, 2026
How to scale elements and their layout with CSS "zoom" (#tilPost)
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
You probably know that you can use the scale function scale() or even just scale property to transform and change an element's size. The thing with scale is that it only changes visual appearance and the layout size of the target element remains the same. Today I learned there's also the zoom property . zoom "really" scales the element and its layout. Check this out! [Interactive component: visit…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.