diff --git a/html/channel.ejs b/html/channel.ejs index f897c286..ee99c941 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -1054,7 +1054,7 @@ width: fit-content; <% tj.videos.forEach (x => { %> - <%- turntomins(x.lengthSeconds) %> + <%- turntomins(x.lengthSeconds) %> <%- x.title %> @@ -1110,7 +1110,7 @@ width: fit-content; <% if (Array?.isArray( shorts.videos)) { %> <% shorts.videos.forEach (x => { %> - + <%- x.title %> <% }) %> @@ -1211,7 +1211,7 @@ width: fit-content; <% stream.videos.forEach (x => { %> - <%- turntomins(x.lengthSeconds) %> + <%- turntomins(x.lengthSeconds) %> <%- x.title %> @@ -1287,7 +1287,7 @@ width: fit-content; + poster="<%- media_proxy_url %>/proxy?url=https://vid.puffyan.us/vi/<%=x.attachment.videoId%>/maxresdefault.jpg?v=607ddcd4"> @@ -1303,7 +1303,7 @@ width: fit-content; <% if (x.attachment.imageThumbnails[4] ) { %> + border-radius: 26px;" src="<%- media_proxy_url %>/proxy?url=<%- x.attachment.imageThumbnails[4].url%>"> <% } %> <% } %>