diff options
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; |
