[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:
Jan Drewniak 2021-06-30 14:52:30 +02:00 committed by Jdrewniak
parent 1e04551b1c
commit afda9e4574
3 changed files with 1 additions and 1 deletions

View file

@ -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
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB