I'm struggling with fitting an image that is 1587*666 into a div that has a height of 600px and width of 300px. Can someone provide me with an example to achieve this?https://i.sstatic.net/4SWi5.jpg
Here's the code snippet:
<div id="myDiv" style="width:300px; height:600px;">
<img src="top_add.png"/>
</div>