You are here

image.css in Entity background 7

.eb-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.eb-image-repeat {
    background-repeat: repeat;
    background-size: inherit;
}

File

module/entity_background_image/plugins/entity_background/image.css
View source
  1. .eb-image {
  2. background-position: center center;
  3. background-repeat: no-repeat;
  4. background-size: cover;
  5. }
  6. .eb-image-repeat {
  7. background-repeat: repeat;
  8. background-size: inherit;
  9. }