How do I automatically resize an image for a mobile site?

The Solution to How do I automatically resize an image for a mobile site? is


img {
  max-width: 100%;
}

Should set the image to take up 100% of its containing element.

~ Answered on 2011-10-05 13:37:56


Most Viewed Questions: