Skip to content

Commit

Permalink
fix width
Browse files Browse the repository at this point in the history
  • Loading branch information
WaveringAna committed May 13, 2024
1 parent c8172bd commit 414a4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/gifv.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ footer a:hover {
<source src="/uploads/720p-<%= extension(url)[0]+extension(url)[1] %>" type="video/mp4">
</video>
<% } else { %>
<img src="/uploads/<%= extension(url)[0] + extension(url)[1] %>" class="image">
<img width="100%" src="/uploads/<%= extension(url)[0] + extension(url)[1] %>" class="image">
<% } %>
</div>

Expand Down

0 comments on commit 414a4ac

Please sign in to comment.