diff --git a/html/search.ejs b/html/search.ejs index d4dc563..64f6872 100644 --- a/html/search.ejs +++ b/html/search.ejs @@ -529,42 +529,74 @@ font-weight: 1000;">You are not alone <% if (!tab) { %> - - <% invresults.forEach (x => { %> -
- + + +<% invresults.forEach (x => { %> +
- <%=turntomins(x.lengthSeconds) %> -
+ style="background-image: url('<%- media_proxy_url %>/proxy?url=https://i.ytimg.com/vi/<%= x.videoId %>/hqdefault.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLBmAOZV7CM3NdDKlEFxGX7PpI5UWQ');border-radius: 10px;"> + Watch + <%= turntomins(x.lengthSeconds) %> + +
- -
-
- - + +<% }) %> - <% }) %>