Clip parameters, is it possible to clip from bottom of page? #511
Unanswered
GaryReckard
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to capture the footer section of a list of ~200 sites with Browsershot. Capturing the fullpage is unnecessary for my needs. And for some reason using
select('.page-footer')
doesn't reliably capture the whole footer area.I was thinking of using
clip
, but cannot find any specs for exactly how the$x, $y, $width, $height
arguments are used.Is it possible to clip starting from the bottom of the page?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions