I have eight 640x480 images. It might fluctuate one or two, and I want them evenly distributed & centered on a row.
IIUC an iPhone 6 has a screen of 1334x750. So I expect at least two 640x480 images on a row. However since the screen has a "high pixel density", maybe more?
My laptop has a resolution of 1080p aka 1920 pixels across, so I expect at least three images to be clearly shown on the row.
For images that don't fit on row, I expect them on the next row or maybe slightly tweaked to fit.
I'm begun writing a JSBIN but I am puzzled how to mark up Bootstrap as I want above.
Personally in this specific case I would probably use flexbox...
Note: Remember to test it meets your browser requirements: http://caniuse.com/#feat=flexbox
Yes the following CSS can be really simplified - I just generated this quickly via http://the-echoplex.net/flexyboxes/
You can still put the images in
.col-*
div's to more accurately control the size on some devices - but it's not needed if 640x480 is your target.