UNPKG

react-gallery-layouts

Version:

React gallery layouts library with masonry, stack, grid, and justified layouts

2 lines (1 loc) 344 B
.gallery-container{width:100%}.gallery-layout{position:relative}.gallery-item{overflow:hidden;box-sizing:border-box}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.layout-masonry{position:relative}.layout-grid{display:grid}.layout-justified{display:flex;flex-direction:column}.layout-stack{display:flex;flex-wrap:wrap}