brtnshrdr / angular2-image-zoom

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

zoomIn - zoomOut from buttons #5

Closed gbarrionuevo closed 7 years ago

gbarrionuevo commented 7 years ago

i'd like to know how to use this from buttons instead , thanks !

brtnshrdr commented 7 years ago

You should now be able to use the [zoomLevel] input. Just have a variable (starting at 1), then increase or decrease that variable with your buttons and the zoom level should change!