Gambar html pergi ke luar div

<!-- An image will go outside its parent div if the div 
has no set height and no overflow -->

<div style="height: 100px; overflow: hidden;">
	<img src=#>
</div>
Yinci