more tags
This commit is contained in:
parent
f4acf57fde
commit
eefd73e610
1 changed files with 6 additions and 2 deletions
|
@ -2,13 +2,17 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta property="og:type" content="video.other">
|
||||
<meta property="twitter:card" content="player">
|
||||
<meta property="twitter:player" content="<%= url %>">
|
||||
<meta property="og:video:type" content="text/html">
|
||||
<meta property="twitter:player:stream" content="<%= url %>">
|
||||
<meta property="twitter:player:stream:content_type" content="text/mp4">
|
||||
<meta property="og:video" content="<%= url %>">
|
||||
<meta property="og:video:type" content="text/mp4">
|
||||
<!--<meta property="og:video:width" content="<%# width %>">
|
||||
<meta property="og:video:height" content="<%# height %>">
|
||||
<meta name="twitter:image" content="<%# thumbnail %>">-->
|
||||
</head>
|
||||
<body>
|
||||
<video autoplay loop muted playsinline class="image" src="<%= url %>" width="100%"></video>
|
||||
<video autoplay loop muted playsinline class="image" width="100%"><source src="<%= url %>"></video>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue