manet icon indicating copy to clipboard operation
manet copied to clipboard

[question] How to set top offset/margin - scrolling page?

Open stefanmm opened this issue 8 years ago • 1 comments

Can I create "illusion" of scrolling by passing top offset/margin params? Eg. top: 200px.

stefanmm avatar Jan 24 '17 23:01 stefanmm

If you know the width/height can you use clipRect to achieve this?

The instructions appear to be wrong, it looks like it should be top,left,width,height, so something like this might work.

clipRect=200%2C0%2C1024%2C2000

aubergene avatar Jun 12 '17 11:06 aubergene