1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 00:28:00 +02:00

Limit image size

This commit is contained in:
vrde 2015-07-28 17:34:15 +02:00
parent 5d1b7d3294
commit eee74e26b7

View File

@ -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 {