mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 15:16:50 +00:00
[Storybook] Fixing missing images
At certain screen densities, Popups may request images of a certain size which were previously unavailable.Changes a missing image in models.js as well. Bug: T271763 Change-Id: I6400de9be35c3f0cab116ceb76e52f8f2a4a8164
This commit is contained in:
parent
1e04551b1c
commit
afda9e4574
|
@ -42,7 +42,7 @@ MODELS.THUMBNAIL_LANDSCAPE = {
|
|||
type: "page",
|
||||
thumbnail: {
|
||||
source:
|
||||
"img/542px-Atlantic_Ocean_location_map.svg.png",
|
||||
"img/640px-Atlantic_Ocean_location_map.svg.png",
|
||||
width: 542,
|
||||
height: 640
|
||||
},
|
||||
|
|
BIN
.storybook/static/img/640px-NASA-CarolineAtoll.jpg
Normal file
BIN
.storybook/static/img/640px-NASA-CarolineAtoll.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
.storybook/static/img/640px-PVA.svg.png
Normal file
BIN
.storybook/static/img/640px-PVA.svg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in a new issue