Konu
Html / Css Sorun Hakkında
17-10-2022, 22:22:04
#7
Bu cevap, konu sahibi tarafından kabul edilebilir bir cevap olarak işaretlendi.
thealiyasar
.gallery > div > img {
display: block;
width: 200px;
height:200px;
object-fit:cover;
transition: .1s transform;
transform: translateZ(0); /* hack */
}