First, i'm french and i'm sorry in advance for mistakes.
I have a cover photo displayed before sending the form.
The person can reposition the image , zoom , etc.
Script : https://github.com/matiasgagliano/guillotine
The problem is that i don't know how to send the new image resized and not the default image. The API has set a function to get info about image :
var data = picture.guillotine('getData');
but i don't where how use this and where. I'm a beginner in JS.
Thanks much.