better sizing for videos

This commit is contained in:
ansuz 2017-06-15 12:11:39 +02:00
parent c717d01714
commit c2e5ef7048

View File

@ -23,7 +23,8 @@
} }
media-tag video { media-tag video {
width: 100%; min-width: 100%;
max-height: 100%;
} }
</style> </style>
</head> </head>