c0bra / deviceframe

:iphone: Put device frames around your mobile/web/progressive app screenshots.
Other
580 stars 16 forks source link

Add possibility to scroll #10

Open ronaldohoch opened 6 years ago

ronaldohoch commented 6 years ago

First of all: AWESOME TOOL!

Can you add the feature to scroll x pixels or scroll to #id?

c0bra commented 6 years ago

Thanks!

Internally, deviceframe uses screenshot-stream, which has a selector option. We can add an option for that and pass it a long.

Do you have an example page you'd want to test?

ronaldohoch commented 6 years ago

I think You can test in my last website Imperium LARP

image

The "first page" always have the device height and content is after.

c0bra commented 6 years ago

So the selector option actually just clips the selector you pass as the screenshot.

There's no way to scroll currently AFAICT. I'll see about opening a pull request.