mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
Proxy thumbnails for related videos
This commit is contained in:
parent
6753294ee1
commit
3ccee120d3
@ -123,7 +123,7 @@
|
||||
<a href="/watch?v=<%= rv["id"] %>">
|
||||
<% if preferences && preferences.thin_mode %>
|
||||
<% else %>
|
||||
<img style="width:100%;" src="<%= rv["iurlmq"] %>">
|
||||
<img style="width:100%;" src="/vi/<%= rv["id"] %>/mqdefault.jpg">
|
||||
<% end %>
|
||||
<p style="width:100%"><%= rv["title"] %></p>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user