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
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">