gifv support?

This commit is contained in:
anarch3 2022-11-18 17:08:26 -05:00
parent cfb29c8598
commit f4acf57fde
5 changed files with 59 additions and 2 deletions

14
views/gifv.ejs Normal file
View 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>