matiasgali / guillotine

jQuery plugin to crop images within an area (fully responsive), allowing to drag (touch support), zoom and rotate.
http://guillotine.js.org
327 stars 100 forks source link

Outline the full cropping range #55

Closed garygreen closed 8 years ago

garygreen commented 8 years ago

It would be nice if when you are cropping / moving the image, it would outline the full cropping range of the image (maybe with a border or something) that way you can easily see how much you can more the image around by, and know where abouts you are on the image.

matiasgali commented 8 years ago

Hi @garygreen, it might be nice in some cases but it'd break most layouts.

Keep in mind that Guillotine is mostly a general API, try using the API and playing with the .guillotine-window and .guillotine-canvas CSS classes to get around and adapt it to your particular case.

Sorry for not being more helpful but it falls outside the purpose of the plugin.