Первый набор изображений не работает должным образом с GSAP ⇐ CSS
-
Anonymous
Первый набор изображений не работает должным образом с GSAP
[img]{img.src}
style={{ width: "100%", height: "100%", objectFit: "cover" }}
/>
))}
))}
);
< /code>
}; < /p>
This is my css:
/* gallery */
.gallery-container {
width: 100%;
max-width: 1200px;
margin: 0 0 0 -30px;
padding: 40px 0;
}
.image-set {
position: relative;
}
.gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.5s ease;
}
Подробнее здесь: https://stackoverflow.com/questions/797 ... -with-gsap
[img]{img.src}
style={{ width: "100%", height: "100%", objectFit: "cover" }}
/>
))}
))}
);
< /code>
}; < /p>
This is my css:
/* gallery */
.gallery-container {
width: 100%;
max-width: 1200px;
margin: 0 0 0 -30px;
padding: 40px 0;
}
.image-set {
position: relative;
}
.gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.5s ease;
}
Подробнее здесь: https://stackoverflow.com/questions/797 ... -with-gsap
Мобильная версия