mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
Change layout for recommended variables
This commit is contained in:
parent
7a7b1382c0
commit
3bd6f0151b
@ -77,7 +77,9 @@ var player = videojs('player', options, function() {
|
||||
<a class="link" href="/watch?v=<%= rv["id"] %>">
|
||||
<img style="width:100%" alt="thumbnail" src="<%= rv["iurlmq"] %>">
|
||||
</a>
|
||||
<p><a class="link" href="/watch?v=<%= rv["id"] %>"><%= rv["title"] %></a></p>
|
||||
<p>
|
||||
<a style="display:block; width:100%; height:100%" class="link" href="/watch?v=<%= rv["id"] %>"><%= rv["title"] %></a>
|
||||
</p>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user