Bug 537718 - Video should scale for a small window. r=dao r=roc

This commit is contained in:
Jared Wein 2011-11-14 15:58:41 -08:00
parent 6e0a01fb8b
commit 9ceb414e47

View File

@ -53,6 +53,8 @@ video {
left: 0;
margin: auto;
box-shadow: 0 0 15px #000;
max-width: 100%;
max-height: 100%;
}
video:focus {