renuo/ngx-renuo-upload

View on GitHub
src/app/gallery/gallery.component.scss

Summary

Maintainability
Test Coverage
.gallery-box {
  overflow: scroll;
}

.thumbnails {
  margin: auto;
}

.gallery-preview {
  height: 500px;
  margin: auto;

  &-image {
    display: block;

    max-width: 100%;
    max-height: 500px;
    margin: auto;
  }
}