Scaley Mask Image Hover
Adam Argyle
February 8, 2026
img:hover {
scale: 1.2;
clip-path: inset(10% round 20px);
}
`
nice, n' simple (codepen)
img:hover {
scale: 1.2;
clip-path: inset(10% round 20px);
}
`
nice, n' simple (codepen)
Discussion in the ATmosphere