mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
Limit image size
This commit is contained in:
parent
5d1b7d3294
commit
eee74e26b7
@ -1,13 +1,12 @@
|
|||||||
.ascribe-media-player {
|
.ascribe-media-player {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
video {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
video,
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-other {
|
.media-other {
|
||||||
|
Loading…
Reference in New Issue
Block a user