mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Fetch somewhat higher resolution images
(100x100 was really too small)
This commit is contained in:
@@ -288,8 +288,7 @@ export default {
|
||||
if (imageroot && image) {
|
||||
result.imageURL = imageroot + '?' + utilQsString({
|
||||
title: 'Special:Redirect/file/' + image,
|
||||
width: 100,
|
||||
height: 100
|
||||
width: 400
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user