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.cssView source
- .eb-image {
- background-position: center center;
- background-repeat: no-repeat;
- background-size: cover;
- }
-
- .eb-image-repeat {
- background-repeat: repeat;
- background-size: inherit;
- }