Replies: 1 comment 1 reply
-
Hey @jcharnley! Percy takes full page screenshots (not viewport screenshots). If you're not getting full page screenshots then you likely have CSS that clips the page height: https://docs.percy.io/docs/debugging-sdks#screenshots-arent-a-full-page That is also the way you can capture specific heights that you might want (by clipping the page overflow). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
as topic states, is there a way to define mulitple heights just like you can do with multple widths ?
version: 2
snapshot:
widths:
- 1280
minHeight: 1024
percyCSS: ""
discovery:
allowedHostnames: []
networkIdleTimeout: 100
static:
cleanUrls: false
upload:
files: "**/*.{png,jpg,jpeg}"
ignore: ""
stripExtensions: false
Beta Was this translation helpful? Give feedback.
All reactions