Foliotek / Croppie

A Javascript Image Cropper
http://foliotek.github.io/Croppie
MIT License
2.56k stars 885 forks source link

See Croppie in a smaller interface depiction than the actual 1:1 end result #720

Open GeoffVane opened 4 years ago

GeoffVane commented 4 years ago

Is it possible to see a smaller depiction of Croppie while the result is bigger in pixel size?

We need to have a 1920 x 1080 Croppie on our website but the PCs used do not have a 1920 x 1080 display. So it would be handy to have a smaller croppie depiction. Like 50% for the interface.

Plus, it must be able to scale up images which are too small for 1920 x 1080. (with a warning would be cool)

The end result must be exactly 1920 x 1080

Is this something Croppie can do or does it need a modification?

ascentcreative commented 3 years ago

I know this is an old post, but I think that it does this out of the box.

Set the viewport to your desired 50% size, but set the 'size' parameter to the width/height of the output file you want. I think the size defaults to the viewport, but can be overridden.

faridsanusi commented 2 years ago

related with : https://github.com/Foliotek/Croppie/issues/253 and no solution yet.