-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.percy.yml
More file actions
23 lines (22 loc) · 851 Bytes
/
.percy.yml
File metadata and controls
23 lines (22 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: 1
snapshot:
widths: [
# Reference: https:#mediag.com/blog/popular-screen-resolutions-designing-for-all/
320, # xs iPhone 5/SE
375, # xs iPhone 6/7/8
# -- NOT ACTIVATING -- 390, # xs iPhone 12/Pro
# -- NOT ACTIVATING -- 414, # xs iPhone 6/7/8 Plus
428, # xs iPhone 12 Pro Max
# -- NOT ACTIVATING -- 4642, # sm iPhone 12 Pro 1284x2778
768, # md iPad 6/7, Pro4
834, # md iPad Air3, Pro3
1024, # lg iPad Pro
1280, # xl Middle Resolution MacBook Pro 15in
1920, # xl Largest Resolution MacBook Pro 15in
# -- NOT ACTIVATING -- 2560, # xl DELL U2719DC 27inch
# -- NOT SUPPORTED BY PERCY YET As of 2020-11-23 --
# 3440, # xl Samsung 34-Inch SJ55W Ultrawide Gaming Monitor
]
static-snapshots:
snapshot-files: '*.html'
ignore-files: './node_modules/**/*.*'