Responsive, horizontal scrolling of fully-sized images
问题 I'm trying to implement a responsive horizontally scrolled list of images. For example: <ul> <li> <img src="image1.jpg"/> </li> <li> <img src="image2.jpg"/> </li> <li> <img src="image3.jpg"/> </li> </ul> The images are an unknown width and height ratio. My Requirements : I want the images to always be 100% height of the browser window at all times. I want them to be adjacent to each other (without using float ; so inline is probably best). I don't want to break the width/height ratio of the