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"] %>">
|
<a href="/watch?v=<%= rv["id"] %>">
|
||||||
<% if preferences && preferences.thin_mode %>
|
<% if preferences && preferences.thin_mode %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<img style="width:100%;" src="<%= rv["iurlmq"] %>">
|
<img style="width:100%;" src="/vi/<%= rv["id"] %>/mqdefault.jpg">
|
||||||
<% end %>
|
<% end %>
|
||||||
<p style="width:100%"><%= rv["title"] %></p>
|
<p style="width:100%"><%= rv["title"] %></p>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user