Zooming in html | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

Zooming in html

How can I make, that I can zoom in a picture in html?

3rd Mar 2019, 1:49 PM
J_A_C_K
2 Réponses
+ 5
//Here is tutorial for that, nicely explained https://www.w3schools.com/howto/howto_js_image_zoom.asp
3rd Mar 2019, 1:53 PM
Sudarshan Rai
Sudarshan Rai - avatar
0
img:hover { transform:scale(1.5); }
14th Mar 2019, 8:56 PM
zubAyr Alee
zubAyr Alee - avatar