brtnshrdr / angular2-image-zoom

An Angular2 Image Zoom Directive
MIT License
22 stars 16 forks source link

Initial zoom setting #24

Open marcosreynoso opened 6 years ago

marcosreynoso commented 6 years ago

Hi, How can I set the initial zoom? I need you to start with a 4x zoom when initializing the component. I try with [zoomLevel] input but this don't work.

Thank you.

ivanst-stoyanov commented 6 years ago

Hi @marcosreynoso I had the same issue, so I fixed it and created this pull request: https://github.com/brtnshrdr/angular2-image-zoom/pull/26