fixed iOS video load bug.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user