- 1
I want to give height and width for my photo. It is very Big. I want to do my image small. Thanks you.
Doing image(photo) small: height and width small. https://code.sololearn.com/WK2eZvJ6FIZO/?ref=app
2 Respostas
+ 3
img.style.height = "100%";
img.style.width = "100%";
0
19. img.height = 250;
20. img.width = 250;