Code for organisation chart with images in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Code for organisation chart with images in html

i am unable to resize the org chart on html. can somebody please help on the code

13th Oct 2017, 11:29 AM
Madhuri S
Madhuri S - avatar
1 Answer
+ 1
<img src="your_image.jpg" width="300px" height="400px"> or if you want the height to be same as the width, just use: <img src="your_image.jpg" width="300px">
13th Oct 2017, 5:22 PM
Core i9
Core i9 - avatar