1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00

Merge branch 'AD-611-limit-image-size'

This commit is contained in:
vrde 2015-07-29 15:55:01 +02:00
commit 63c57e6725

View File

@ -3,8 +3,10 @@
video,
img {
max-width: 100%;
max-height: 640px;
width: auto;
height: 100%;
height: auto;
display: block;
margin: 0 auto;
}