progression maybe

This commit is contained in:
bel
2020-05-10 20:56:39 -06:00
parent f14a7b5f04
commit 433e47e3f5
2 changed files with 16 additions and 2 deletions

View File

@@ -10,11 +10,15 @@
video {
width: 100%;
width: 100%;
max-height: 90vh;
/*
max-width: 400px;
min-width: 400px;
*/
border: 1px solid black;
display: inline-block;
}
#preview { display: none; }
</style>
</head>