mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	use large thumbnail for channels in search
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
            <a style="width:100%" href="/channel/<%= item.ucid %>">
 | 
			
		||||
                <% if !env.get("preferences").as(Preferences).thin_mode %>
 | 
			
		||||
                    <center>
 | 
			
		||||
                        <img style="width:56.25%" src="/ggpht<%= URI.parse(item.author_thumbnail).request_target %>"/>
 | 
			
		||||
                        <img style="width:56.25%" src="/ggpht<%= URI.parse(item.author_thumbnail).request_target.gsub(/=s\d+/, "=s176") %>"/>
 | 
			
		||||
                    </center>
 | 
			
		||||
                <% end %>
 | 
			
		||||
                <p><%= item.author %></p>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user