Fetch somewhat higher resolution images

(100x100 was really too small)
This commit is contained in:
Bryan Housel
2019-02-08 13:36:39 -05:00
parent b050c2f442
commit 2a7fec46fe
+1 -2
View File
@@ -288,8 +288,7 @@ export default {
if (imageroot && image) {
result.imageURL = imageroot + '?' + utilQsString({
title: 'Special:Redirect/file/' + image,
width: 100,
height: 100
width: 400
});
}
}