As a query service user, I want to see all the images from a query result in order to understand the result better.
Problem:
The WDQS UI’s ImageView currently loads images with a width of 1000px. This is not one of the standard sizes, and so it’s possible that MediaWiki has to resize the image on the fly, and if that happens enough, the user will get rate limited and may not see further images. We should use one of those standard sizes instead (where a resized image is guaranteed or very likely to exist), and 1024px is the closest one.
Example:
This is hard to demonstrate reliably, because it requires images that were never loaded at 1000px before. 500 random images seems to work sometimes.
Screenshots/mockups:
BDD
GIVEN A random set of images
WHEN looking at them in the image grid
THEN they can always be loaded
Acceptance criteria:
- Image width is 1024px instead of 1000px