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