Archived
2
0

fixed iOS video load bug.

This commit is contained in:
m1k1o
2021-02-18 19:53:15 +01:00
parent afcd029e4d
commit 6057a73a08
2 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,14 @@
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#19bd9c">
<meta name="msapplication-TileColor" content="#19bd9c">
<meta name="theme-color" content="#19bd9c">
<style>
/* weird iOS bug, if this is not set
right here, video just does not start */
.video-container {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<noscript>