Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trueSize or min, maxsize not working for large image #306

Open
Utsaww opened this issue Mar 3, 2022 · 0 comments
Open

trueSize or min, maxsize not working for large image #306

Utsaww opened this issue Mar 3, 2022 · 0 comments

Comments

@Utsaww
Copy link

Utsaww commented Mar 3, 2022

Hi I am trying to fix my image cropping area like 500x500 or any desire, but it is not possible with trueSize or minSize or maxSize, I have huge large images like 1600x2000 which covers all the browser area so I need a resize method.

   `Jcrop.load('target').then(img => {
        jcp = Jcrop.attach(img, { multi: true });
        jcp.setOptions({
            minSize: [250, 250],
            maxSize: [250, 350]
        });
      
    });`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant