Код: Выделить всё
.zoom-img {
width: 300px;
height:auto;
overflow: hidden;
}
.zoom-img img {
width: 100%;
transition: all .3s ease-in-out;
}
.zoom-img img:hover {
transform: scale(1.2);
}< /code>
[img]https://www.arthenos.com/wp-content/uploads/2017/08/Manzara_fotografciligi_2-1200x900.jpg[/img]
my -hover image
Подробнее здесь: https://stackoverflow.com/questions/694 ... -using-css
Мобильная версия