если возможно, добавьте две стрелки навигации, как в Messenger или Facebook.
мой код:
Galéria
Home
Galéria
Információk
[url=javascript:void(0);]
[/url]


































#kepek {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 20px;
padding: 20px;
}
.galleryimg {
height: 26vh;
width: 100%;
object-fit: cover;
border-radius: 5px;
cursor: pointer;
transition: transform 0.2s;
}
.galleryimg:hover {
transform: scale(1.05);
}
Подробнее здесь: https://stackoverflow.com/questions/790 ... javascript
Мобильная версия