advanced-cropper / vue-advanced-cropper

The advanced vue cropper library that gives you opportunity to create your own croppers suited for any website design
https://advanced-cropper.github.io/vue-advanced-cropper/
Other
930 stars 128 forks source link

Can you zoom out past the base image? #243

Closed sebarious closed 11 months ago

sebarious commented 11 months ago

This is a brilliant package, so in depth.

One question I do have, I love how you can zoom in to crop an area. But is it possible to zoom out past the base image? As if to make the image smaller within the stencil?

Just thinking where this could be helpful is if you have say pictures of a car or a focal point and you're enforcing an aspect ratio, it'll allow the tool to cover terrible imagery (as if managed by a user).

Is this possible? Am I missing something!

Norserium commented 11 months ago

@sebarious, do you mean something like this?

image

sebarious commented 11 months ago

@sebarious, do you mean something like this?

image

@Norserium indeed, I found this about 15 minutes after I posted (typical).

For anyone else thinking the same.. it's here. imageRestriction simply needs to be set to none.

Thanks guys this package is awesome!

Norserium commented 11 months ago

@sebarious, I'm happy that you like this library. Good luck!