Skip to content

Commit

Permalink
MPR Fix cannot preview mockup issue for some devices
Browse files Browse the repository at this point in the history
Fix cannot preview mockup issue for some devices
  • Loading branch information
pkong-ds authored Aug 21, 2024
2 parents 8c31e9b + 0728992 commit ac7f749
Showing 1 changed file with 17 additions and 34 deletions.
51 changes: 17 additions & 34 deletions src/scripts/device_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2543,8 +2543,7 @@
"name": "front"
}
],
"available_perspectives": ["Front"],
"is_legacy": true
"available_perspectives": ["Front"]
},
{
"credits": "<p><a href=\"https://design.facebook.com/toolsandresources/devices/\" target=\"blank\">Meta - Design Resources</a></p>",
Expand Down Expand Up @@ -2572,8 +2571,7 @@
"name": "front"
}
],
"available_perspectives": ["Front"],
"is_legacy": true
"available_perspectives": ["Front"]
},
{
"credits": "<p><a href=\"https://design.facebook.com/toolsandresources/devices/\" target=\"blank\">Meta - Design Resources</a></p>",
Expand Down Expand Up @@ -3171,8 +3169,7 @@
"name": "front"
}
],
"available_perspectives": ["Front"],
"is_legacy": true
"available_perspectives": ["Front"]
},
{
"credits": "<p><a href=\"https://design.facebook.com/toolsandresources/devices/\" target=\"blank\">Meta - Design Resources</a></p>",
Expand Down Expand Up @@ -3200,8 +3197,7 @@
"name": "front"
}
],
"available_perspectives": ["Front"],
"is_legacy": true
"available_perspectives": ["Front"]
},
{
"credits": "<p><a href=\"https://design.facebook.com/toolsandresources/devices/\" target=\"blank\">Meta - Design Resources</a></p>",
Expand Down Expand Up @@ -3229,8 +3225,7 @@
"name": "front"
}
],
"available_perspectives": ["Front"],
"is_legacy": true
"available_perspectives": ["Front"]
},
{
"credits": "<p><a href=\"https://design.facebook.com/toolsandresources/devices/\" target=\"blank\">Meta - Design Resources</a></p>",
Expand Down Expand Up @@ -3268,8 +3263,7 @@
"name": "landscape"
}
],
"available_perspectives": ["Portrait", "Landscape"],
"is_legacy": true
"available_perspectives": ["Portrait", "Landscape"]
},
{
"credits": "<p><a href=\"https://design.facebook.com/toolsandresources/devices/\" target=\"blank\">Meta - Design Resources</a></p>",
Expand Down Expand Up @@ -3307,8 +3301,7 @@
"name": "landscape"
}
],
"available_perspectives": ["Portrait", "Landscape"],
"is_legacy": true
"available_perspectives": ["Portrait", "Landscape"]
},
{
"credits": "<p><a href=\"https://design.facebook.com/toolsandresources/devices/\" target=\"blank\">Meta - Design Resources</a></p>",
Expand Down Expand Up @@ -3346,8 +3339,7 @@
"name": "landscape"
}
],
"available_perspectives": ["Portrait", "Landscape"],
"is_legacy": true
"available_perspectives": ["Portrait", "Landscape"]
},
{
"background_class": "fish-bg2",
Expand Down Expand Up @@ -3385,8 +3377,7 @@
"name": "side"
}
],
"available_perspectives": ["Front", "Side"],
"is_legacy": true
"available_perspectives": ["Front", "Side"]
},
{
"background_class": "fish-bg",
Expand Down Expand Up @@ -3463,8 +3454,7 @@
"name": "landscape"
}
],
"available_perspectives": ["Portrait", "Landscape"],
"is_legacy": true
"available_perspectives": ["Portrait", "Landscape"]
},
{
"credits": "<p><a href=\"https://design.facebook.com/toolsandresources/devices/\" target=\"blank\">Meta - Design Resources</a></p>",
Expand Down Expand Up @@ -3503,8 +3493,7 @@
"name": "landscape"
}
],
"available_perspectives": ["Portrait", "Landscape"],
"is_legacy": true
"available_perspectives": ["Portrait", "Landscape"]
},
{
"credits": "<p><a href=\"https://design.facebook.com/toolsandresources/devices/\" target=\"blank\">Meta - Design Resources</a></p>",
Expand Down Expand Up @@ -3543,8 +3532,7 @@
"name": "landscape"
}
],
"available_perspectives": ["Portrait", "Landscape"],
"is_legacy": true
"available_perspectives": ["Portrait", "Landscape"]
},
{
"credits": "<p><a href=\"https://design.facebook.com/toolsandresources/devices/\" target=\"blank\">Meta - Design Resources</a></p>",
Expand Down Expand Up @@ -3583,8 +3571,7 @@
"name": "landscape"
}
],
"available_perspectives": ["Portrait", "Landscape"],
"is_legacy": true
"available_perspectives": ["Portrait", "Landscape"]
},
{
"credits": "<p><a href=\"https://design.facebook.com/toolsandresources/devices/\" target=\"blank\">Meta - Design Resources</a></p>",
Expand Down Expand Up @@ -3623,8 +3610,7 @@
"name": "landscape"
}
],
"available_perspectives": ["Portrait", "Landscape"],
"is_legacy": true
"available_perspectives": ["Portrait", "Landscape"]
},
{
"credits": "<p><a href=\"http://pixelartfactory.com/psd/samsung-galaxy-s4-psd\" target=\"blank\">Pixel Art Factory</a></p>",
Expand Down Expand Up @@ -3748,8 +3734,7 @@
"name": "landscape"
}
],
"available_perspectives": ["Portrait", "Landscape"],
"is_legacy": true
"available_perspectives": ["Portrait", "Landscape"]
},
{
"credits": "<p><a href=\"https://design.facebook.com/toolsandresources/devices/\" target=\"blank\">Meta - Design Resources</a></p>",
Expand Down Expand Up @@ -3788,8 +3773,7 @@
"name": "landscape"
}
],
"available_perspectives": ["Portrait", "Landscape"],
"is_legacy": true
"available_perspectives": ["Portrait", "Landscape"]
},
{
"credits": "<p><a href=\"https://design.facebook.com/toolsandresources/devices/\" target=\"blank\">Meta - Design Resources</a></p>",
Expand Down Expand Up @@ -3828,8 +3812,7 @@
"name": "landscape"
}
],
"available_perspectives": ["Portrait", "Landscape"],
"is_legacy": true
"available_perspectives": ["Portrait", "Landscape"]
},
{
"credits": "<p><a href=\"https://design.facebook.com/toolsandresources/devices/\" target=\"blank\">Meta - Design Resources</a></p>",
Expand Down

0 comments on commit ac7f749

Please sign in to comment.