tinycrop icon indicating copy to clipboard operation
tinycrop copied to clipboard

Mouse offset needs CSS patch

Open everydayanchovies opened this issue 6 years ago • 0 comments

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; }

everydayanchovies avatar Jan 08 '19 16:01 everydayanchovies