andrefarzat / ng-jcrop

Angular directive to jCrop jQuery plugin
GNU General Public License v2.0
101 stars 39 forks source link

Change the preview pannel size #12

Closed kenny-lee-1992 closed 9 years ago

kenny-lee-1992 commented 9 years ago

I using your package but i do not know how to change the size of the preview pannel. Can you help me?

Thanks and Best Regards,

andrefarzat commented 9 years ago

@minhlong sure. But unfortunately, the preview style is hard coded: https://github.com/andrefarzat/ng-jcrop/blob/master/ng-jcrop.js#L122

Gonna do a PR adding the possibility of changing it =)

kenny-lee-1992 commented 9 years ago

@andrefarzat Thanks so much for your informatino ;)

Best Regards,

andrefarzat commented 9 years ago

PR open: https://github.com/andrefarzat/ng-jcrop/pull/13