Not using Bootstrap or the like, I have a series of images in a row with a total max-width: 1280px; and min-width:1280px; (all the images add up to 1280px). But on computers with a lower resolution then 1280, the images wont all stay in a line, some will drop to the next line to fit the screen. I understand keeping them in a line will force the page off to the left requiring sideways scrolling, but to me that is preferable to condensing.
I know this is a newbie question but if anyone could help me out or offer a solid alternative that a newbie can pull off rather easily, that would be appreciated.