Image.css 195 B

12345678910
  1. .adaptableImage {
  2. width: 100%;
  3. height: 100%;
  4. position: absolute;
  5. top: 0;
  6. left: 0;
  7. background-position: center;
  8. background-repeat: no-repeat;
  9. background-size: cover;
  10. }