tinycrop
tinycrop copied to clipboard
Mouse offset needs CSS patch
You might experience an offset while using the crop interface, to solve that you must define a width and height for your canvas:
canvas { display: block; width: 100%; height: 300px; }