gifv support?
This commit is contained in:
parent
cfb29c8598
commit
f4acf57fde
5 changed files with 59 additions and 2 deletions
14
views/gifv.ejs
Normal file
14
views/gifv.ejs
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta property="og:type" content="video.other">
|
||||
<meta property="twitter:player" content="<%= url %>">
|
||||
<meta property="og:video:type" content="text/html">
|
||||
<!--<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>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue