Skip to content

Mouse offset needs CSS patch #9

@everydayanchovies

Description

@everydayanchovies

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions