Providing image sizes with screenshots would allow better dynamic layout
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-software (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Currently the click package index has two fields for screenshots - screenshot_url and screenshots_url [1]. They are set like:
"screenshot_url": "https:/
"screenshot_
"https:/
],
(I'm guessing that screenshot_url is an old field and just screenshot_urls is what should be used in new code).
It's desirable when rendering these screenshots in a client (e.g. gnome-software) to know their size in advance. Ideally information like this would be available:
"screenshots": [
{ "url": "https:/
],
This allows us to allocate an appropriate amount of space for each screenshot then load them asynchronously.
Changed in gnome-software (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |