I am trying to scale my images using width in CSS so that my images will be responsive. I would like to have 3 images across the screen up to a certain max-width, but the white space in between them knocks one down after setting width to 33.3%. I'd still like the small white space between the images, but I want the images to span across 100% of the width of it's container. How do I fix this issue?
img{
width:33.3%;
}
Example: http://jsfiddle.net/ErNeT/1736/