diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-10-15 17:50:49 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-10-15 17:50:49 +0200 |
| commit | 51bf1944bedccda8fc68ca4745bb9c53afeb9d78 (patch) | |
| tree | 2235685db85442657f2091da62b0c1c0d1f5987b /templates | |
| parent | 324609cf70e2e8cfcf74b7d22ddd45407eb103dd (diff) | |
| download | grimtube-51bf1944bedccda8fc68ca4745bb9c53afeb9d78.tar.gz | |
Increase thumbnail size
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/search.html | 2 |
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/> |
