GIFv support offically working :partyingface:

This commit is contained in:
anarch3 2022-11-22 05:19:07 -05:00
parent 043e7a572b
commit 6edb3fec06

View file

@ -38,6 +38,6 @@ function extension(str){
<% } %> <% } %>
</head> </head>
<body> <body>
<img src="/uploads/<%= extension(url)[0] + extension(url)[1] %>" class="image" width="100%"> <img src="/uploads/<%= extension(url)[0]%>.gif" class="image" width="100%">
</body> </body>
</html> </html>