Skip to content

Commit

Permalink
update width
Browse files Browse the repository at this point in the history
  • Loading branch information
dipikabh committed Nov 1, 2024
1 parent 229e951 commit a5c0c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/manifest/screenshots/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ In the gallery view (image on the left), users can scroll through multiple image
They can tap any image to view it in full screen (image on the right).

<div style="display: flex; justify-content: center; flex-wrap: wrap;">
<img src="todoist-iphone-gallery.png" alt="Todoist app in the Apple App Store showing a horizontal gallery of app images that users can scroll through" style="max-width: 350px;">
<img src="todoist-iphone-fullscreen.png" alt="A full-screen view of an image from the horizontal gallery of Todoist app" style="max-width: 350px;">
<img src="todoist-iphone-gallery.png" alt="Todoist app in the Apple App Store showing a horizontal gallery of app images that users can scroll through" width="350">
<img src="todoist-iphone-fullscreen.png" alt="A full-screen view of an image from the horizontal gallery of Todoist app" width="350">
</div>

The same full-screen image on iPad, as shown below, shows why different screenshots are needed to consider narrow (iPhone) and wide (iPad) form factors of devices:
Expand Down

0 comments on commit a5c0c57

Please sign in to comment.