image.css 146 B

1234567
  1. .adaptableImage {
  2. width: 100%;
  3. height: 100%;
  4. background-position: center;
  5. background-repeat: no-repeat;
  6. background-size: cover;
  7. }