mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Proxy thumbnails for related videos
This commit is contained in:
parent
6753294ee1
commit
3ccee120d3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue