diff options
| author | ZeroCool940711 <alejandrogilelias940711@gmail.com> | 2021-12-26 23:41:04 -0700 |
|---|---|---|
| committer | ZeroCool940711 <alejandrogilelias940711@gmail.com> | 2021-12-26 23:41:04 -0700 |
| commit | 7e765b84833d77e159c44c17522aa2c6a622ba27 (patch) | |
| tree | f7e84814a041c85b078c9f6e8652c155050c55f5 /htroot/js | |
| parent | 6fe905bb82f166843873cbbf6a694f43f39da4c2 (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.js | 2 |
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&maxheight=96&code=" + item.guid + " + &url=" + item.link + "\" alt=\"" + title + "\" />"; + html += "<img src=\"/ViewImage.png?maxwidth=256&maxheight=256&code=" + item.guid + " + &url=" + item.link + "\" alt=\"" + title + "\" />"; //html += "<img src=\"" + item.link + "\" width=\"96\" height=\"96\" alt=\"" + title + "\" />"; html += "</a>"; var name = title; |
