Zooming in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
+ 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