
< /p>
Я хочу добиться того же эффекта, что и на этом сайте: https://evm.elektramontreal.ca/en/about
То есть параллакса изображение. Сами изображения должны оставаться на месте, но при прокрутке возникает параллакс. Когда я добавляю тег img data-scroll data-scroll-speed="-5", он "переходит" вверх и никакого параллакса не возникает.
Код:
Код: Выделить всё
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
[img]one.webp[/img]
[img]two.webp[/img]
Код: Выделить всё
.intro__images {
display: flex;
column-gap: 20px;
grid-area: 1 / 6 / 1 / 11;
height: 533px;
}
.intro__image {
width: 100%;
}
.intro__image > img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
Подробнее здесь: https://stackoverflow.com/questions/781 ... ive-scroll
Мобильная версия