I have a frame which contains content which is twice the height of the frame, with vertical scrolling enabled for overflowing content.
Using the rest API, I want to be able to export the frames entire contents as an image, not just the contents visible in the frames bounds. I have tried various combinations of the documented ‘use_absolute_bounds’ and ‘contents_only’ parameters with no luck, the exported image is always cropped to the dimensions of the frame. Any ideas?
Many thanks