images 

Send to Kindle
home » snippets » webdev » images



Snippets

/* Prevent images and other content from overflowing their containers */
img, embed, object, video {
  max-width: 100%;
}