UNPKG

javascript-flex-images

Version:

A lightweight vanilla JavaScript plugin for creating fluid galleries as seen on Flickr and Google Images.

4 lines (3 loc) 242 B
.flex-images { overflow: hidden; } .flex-images .item { float: left; margin: 4px; border: 1px solid #eee; box-sizing: content-box; overflow: hidden; position: relative; } .flex-images .item img { display: block; width: auto; height: 100%; }