themyth92 / ngx-lightbox

Lightbox2 use with angular >= 5
MIT License
115 stars 66 forks source link

Add additional Controls: Zoom and Rotate #53

Closed GUlbricht closed 4 years ago

GUlbricht commented 4 years ago

I've added additional control possibilities. You can now zoom in and out the picture and you can rotate it. Feel free to do further customization.

It is related to issue #8 . Also I did this because I'm using this in one of my on projects and needed these functionalities.

themyth92 commented 4 years ago

Hey @GUlbricht , tks a lot for your PR. That would be nice if u can have an option to enable this feature. And only display when that option set to true. Should be false by default. It should be inside https://github.com/themyth92/ngx-lightbox/blob/master/src/lightbox-config.service.ts. Can be named: "showZoomAndRotation", or u can split it into 2 attr, "showZoom", "showRotation".

GUlbricht commented 4 years ago

Hey @themyth92, thanks for your fast answer. I've implemented the options as you requested.