I’m trying to take a screenshot of an image in a popup. I’ve tried most of the screenshot to png plugins out there and they all seem to work great with the exception of popups on a scrollable page.
Does anyone have experience with these and could suggest a workaround?
EDIT: Somewhat hacky solution but to get this to work I threw in a scroll to page action after the popup is shown.
The quest for the QR code screenshot continues 
2 Likes
The culprit was scrolling all along…
1 Like
Do you need a server side plugin action to generate QR codes with image in the middle? Or did u get that figured out?
1 Like
I ended up superimposing an image w/ align-to-parent. I decided popups were going to best fit my use case, but the same problem persisted of blank results across all the plugins. It finally clicked that scrollable pages were the cause, so I added the scroll to top action and that solved it.
2 Likes