10 lines
168 B
CSS
10 lines
168 B
CSS
.h5p-image > img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.h5p-image > .h5p-placeholder {
|
|
background: url('placeholder.svg');
|
|
background-size: cover;
|
|
}
|