Make an image width 100% of parent div, but not bigger than its own width

Just specify max-width: 100% alone, that should do it.

Leave a Comment