Change layout for recommended variables

This commit is contained in:
Omar Roth 2018-02-04 19:44:15 -06:00
parent 7a7b1382c0
commit 3bd6f0151b

View File

@ -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>