Need the ability to set width and height for screenshots #600
Unanswered
camilokawerin
asked this question in
Support
Replies: 1 comment 7 replies
-
|
hey @camilokawerin 👋 does https://docs.percy.io/docs/capturing-responsive-dom-snapshots solve your usecase? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Currently, the
percySnapshotcan takes screenshots in several screen widths, but it is not possible to set pairs of widths and heights.I need to take screenshots for a set of devices which has a specific width and height, i.e.
Feature requested
Alternatively to the
widthsoption, add an optionviewportsthat allows to specify a set of width and height pairs:{ "viewports": [ [1024, 768], [1133, 744], [1080, 810] ] }Beta Was this translation helpful? Give feedback.
All reactions