summaryrefslogtreecommitdiff
path: root/htroot/js
diff options
context:
space:
mode:
authorZeroCool940711 <alejandrogilelias940711@gmail.com>2021-12-26 23:41:04 -0700
committerZeroCool940711 <alejandrogilelias940711@gmail.com>2021-12-26 23:41:04 -0700
commit7e765b84833d77e159c44c17522aa2c6a622ba27 (patch)
treef7e84814a041c85b078c9f6e8652c155050c55f5 /htroot/js
parent6fe905bb82f166843873cbbf6a694f43f39da4c2 (diff)
Improved the Image search page to have bigger thumbnails, use a bigger area for results and a smaller left sidebar.
Diffstat (limited to 'htroot/js')
-rw-r--r--htroot/js/yacyinteractive.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/js/yacyinteractive.js b/htroot/js/yacyinteractive.js
index 0971121d6..0e35401f3 100644
--- a/htroot/js/yacyinteractive.js
+++ b/htroot/js/yacyinteractive.js
@@ -252,7 +252,7 @@ function resultLine(type, item, linenumber) {
if (type == "image") {
html += "<div style=\"float:left\">";
html += "<a href=\"" + item.link + "\" class=\"thumblink\" onclick=\"return hs.expand(this)\">";
- html += "<img src=\"/ViewImage.png?maxwidth=96&amp;maxheight=96&amp;code=" + item.guid + " + &amp;url=" + item.link + "\" alt=\"" + title + "\" />";
+ html += "<img src=\"/ViewImage.png?maxwidth=256&amp;maxheight=256&amp;code=" + item.guid + " + &amp;url=" + item.link + "\" alt=\"" + title + "\" />";
//html += "<img src=\"" + item.link + "\" width=\"96\" height=\"96\" alt=\"" + title + "\" />";
html += "</a>";
var name = title;