1
0
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:
vrde 2015-07-28 17:34:15 +02:00
parent 5d1b7d3294
commit eee74e26b7

View File

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