themyth92 / ngx-lightbox

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

Can't rotate - inconsistent use of showRotate and showRotation option #82

Open mathiasm74 opened 3 years ago

mathiasm74 commented 3 years ago

The documentation says there's a showRotate option, but in the LightboxConfig code it's called showRotation. However setting this option to true does nothing, because the LightboxComponent rely on the non-existent showRotate option.