Upload an image
See the effect on your own photo, or keep the placeholder gradient.
Upload an image, tune a hover-zoom effect that stays clipped inside its frame, then copy the ready-to-use CSS.
See the effect on your own photo, or keep the placeholder gradient.
Set how much it zooms, how long the transition takes and the corner radius.
Get contained, clipped hover-zoom CSS ready for any image gallery or card.
The image sits inside a wrapper with overflow: hidden. The image itself scales up on hover, but the wrapper's fixed size and clipping keep the zoomed image from spilling outside the frame.
No. It's only used to preview the effect locally in your browser; the generated CSS references your own image path, not the uploaded file.
Yes, apply the same overflow and transition rules to a container with background-size: cover, and scale the container's background-size on hover instead.