react-multimedia
Version:
A React component that displays images and video with gallery thumbnails.
2 lines (1 loc) • 537 B
CSS
.reactMultimedia{width:100%;height:100%}.gallery{background:white;background:rgba(255,255,255,0.8);position:fixed;height:100%;width:25%;max-width:12em;top:0;left:0;z-index:10000}.gallery .container{overflow-y:auto;height:100%;padding:10px}.gallery-item-image{opacity:0.6;width:100%;height:auto}.exhibit{position:absolute;height:100%;width:75%;min-width:calc(100% - 12em);top:0;right:0;z-index:2;background-position:right center;background-size:cover}.exhibit .video .embed{position:absolute;height:100% ;width:100% }