I have a small div
(overflow:hidden
) in which I'm showing a big image which is draggable.
I want to crop the Image in the exact position in which it is visible in the div
.
NOTE: I know I can use html2canvas, but I want to crop the Image in its original size.