summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Hurst <julian.hurst92@gmail.com>2020-10-15 17:50:49 +0200
committerJulian Hurst <julian.hurst92@gmail.com>2020-10-15 17:50:49 +0200
commit51bf1944bedccda8fc68ca4745bb9c53afeb9d78 (patch)
tree2235685db85442657f2091da62b0c1c0d1f5987b
parent324609cf70e2e8cfcf74b7d22ddd45407eb103dd (diff)
downloadgrimtube-51bf1944bedccda8fc68ca4745bb9c53afeb9d78.tar.gz
Increase thumbnail size
-rw-r--r--templates/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/search.html b/templates/search.html
index 5ab6f7e..517e5d0 100644
--- a/templates/search.html
+++ b/templates/search.html
@@ -7,7 +7,7 @@
{{range .Items}}
<tr>
<td>
- <a href="/embed?id={{.Id}}"><img width=120 src="{{.Thumb}}"></a>
+ <a href="/embed?id={{.Id}}"><img width=240 src="{{.Thumb}}"></a>
</td>
<td>
<a href="/embed?id={{.Id}}"><span>{{.Title}}</span></a><br/>