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