Fix more things to be HTML5+CSS
This commit is contained in:
@@ -20,19 +20,20 @@ figure.block > figcaption {
|
||||
// Block: Figure > Media
|
||||
// --------------------------------------------------------------------------------
|
||||
figure.block>picture,
|
||||
figure.block > picture > img,
|
||||
figure.block>img,
|
||||
figure.block>video,
|
||||
figure.block>audio {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
max-height: 1005;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
object-fit: contain;
|
||||
object-position: center center;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
@import "_block-figure-player.scss"
|
||||
@import "_block-figure-player.scss";
|
||||
|
||||
// --------------------------------------------------------------------------------
|
||||
// Block: Figure > Table
|
||||
|
||||
Reference in New Issue
Block a user