Skip to content

Commit

Permalink
add new dimensions for screenshots support
Browse files Browse the repository at this point in the history
  • Loading branch information
ctruong90 committed May 17, 2024
1 parent 806c80c commit 0400fde
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions deliver/lib/deliver/app_screenshot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,14 @@ def self.device_messages
[2224, 1668]
],
ScreenSize::IOS_IPAD_11_MESSAGES => [
[1488, 2266],
[2266, 1488],
[1668, 2388],
[2388, 1668]
[2388, 1668],
[1640, 2360],
[2360, 1640],
[1668, 2420],
[2420, 1668]
],
ScreenSize::IOS_IPAD_PRO_MESSAGES => [
[2732, 2048],
Expand Down Expand Up @@ -322,8 +328,14 @@ def self.devices
[2224, 1668]
],
ScreenSize::IOS_IPAD_11 => [
[1488, 2266],
[2266, 1488],
[1668, 2388],
[2388, 1668]
[2388, 1668],
[1640, 2360],
[2360, 1640],
[1668, 2420],
[2420, 1668]
],
ScreenSize::IOS_IPAD_PRO => [
[2732, 2048],
Expand Down

0 comments on commit 0400fde

Please sign in to comment.