I inserted a map in my hrml file and I want to change the size? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I inserted a map in my hrml file and I want to change the size?

help me?

2nd Sep 2017, 4:29 PM
Amine Chahba
Amine Chahba - avatar
2 Answers
+ 2
<... style='width: 50%'>
2nd Sep 2017, 4:35 PM
Dapper Mink
Dapper Mink - avatar
+ 2
If you are using html4 then you can use <img style="width:'a'px height:'b'px"/> a and b are height and width in pixels. For html 5 use css.
2nd Sep 2017, 5:23 PM
Lakshay
Lakshay - avatar