! Finalizing video fetch endpoint

With this the backend is officially at an MVP stage and now requires polishing
Proper data streaming for larger clips is basically required
for a really good backend(especially async streaming)
and some better css for the video player
This commit is contained in:
shockrah
2021-10-16 18:14:04 -07:00
parent d6b076970f
commit c53d9a293e
5 changed files with 15 additions and 12 deletions

View File

@@ -38,6 +38,9 @@ a {
background: #191818;
border-radius: 1em;
}
video {
max-width: 100%;
}
.pure-form {
text-align: center;