image escaping div container code example
Example: html image goes outside 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>
<!-- 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>