Javascript-форум (https://javascript.ru/forum/)
-   Элементы интерфейса (https://javascript.ru/forum/dom-window/)
-   -   Потеря фокуса (https://javascript.ru/forum/dom-window/64246-poterya-fokusa.html)

warren buffet 30.07.2016 09:13

Вот так все делается:

<style>

img {
max-width: 200px;
max-height:auto;
transition: max-width 0.5s;
}

img:hover {
 max-width:400px;
 max-height:400px;
}

</style>

<img src="https://2ch.hk/em/src/264623/14620601442290.jpg" alt="Увеличивать">

Хан 31.07.2016 21:53

Проблему решил, не заходил на форум просто, за ответы спасибо, помогло!


Часовой пояс GMT +3, время: 06:46.