Comments on: Zooming Images in a Grid Layout https://css-tricks.com/zooming-images-in-a-grid-layout/ Tips, Tricks, and Techniques on using Cascading Style Sheets. Thu, 11 Aug 2022 13:31:15 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Ivica https://css-tricks.com/zooming-images-in-a-grid-layout/#comment-1796681 Thu, 11 Aug 2022 13:31:15 +0000 https://css-tricks.com/?p=367204#comment-1796681 Great stuff! Adding a slight delay to the transition would help with the twitching of images when gliding over with a mouse.

.gallery > img {
  transition-delay: .3s;
}
]]>
By: Gerrit vN https://css-tricks.com/zooming-images-in-a-grid-layout/#comment-1796661 Tue, 09 Aug 2022 17:40:15 +0000 https://css-tricks.com/?p=367204#comment-1796661 That’s very nice.
Love the way you explained it. Tnx

]]>
By: Piotr Kowalski https://css-tricks.com/zooming-images-in-a-grid-layout/#comment-1796654 Tue, 09 Aug 2022 06:03:31 +0000 https://css-tricks.com/?p=367204#comment-1796654 That’s simply fantastic, easy and powerful. Thanks!

]]>