Skip to content

Instantly share code, notes, and snippets.

@artlung
Last active December 5, 2025 17:35
Show Gist options
  • Select an option

  • Save artlung/1c1c189db48180711610d3a19836fcb6 to your computer and use it in GitHub Desktop.

Select an option

Save artlung/1c1c189db48180711610d3a19836fcb6 to your computer and use it in GitHub Desktop.
/* style.css | https://test-lprry.statichost.eu/assets/css/style.css */
.snaps-vertical img {
/* width: 215px; */
width: clamp(215px, 100%, 300px);
transition: 300ms transform;
height: auto;
}
.snaps-vertical img:hover, .snaps-vertical img:active {
/* transform: scale(1.5); */
/* transform-origin: left; */
transform: scale(1.1);
transform-origin: left bottom;
z-index: 2;
}
.snaps-vertical img {
z-index: 1;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment