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

Add new constraints for image size

This commit is contained in:
vrde 2015-07-29 15:54:08 +02:00
parent cb5b381e0b
commit 83ebca2795

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;
}