GIFv support offically working :partyingface:
This commit is contained in:
parent
043e7a572b
commit
6edb3fec06
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue