Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 258 Bytes

img_fit_div.md

File metadata and controls

11 lines (7 loc) · 258 Bytes

Make image width automatically fit div container

img { max-width: 100%; }
  • img - image element to apply width rule to
  • max-width: 100% - will ensure image width will not exceed parent element

link_youtube: https://youtu.be/vtzV9ezNBvI