jaukia / zoomooz

An easy-to-use jQuery plugin for making zooming web pages.
http://janne.aukia.com/zoomooz/
1.79k stars 275 forks source link

Zoom enabling with button #134

Closed rdimaunahan closed 1 year ago

rdimaunahan commented 1 year ago

I am trying to implement your library into my web page and I'm a trying to do it by having buttons that will enable zoom. Currently it is not working even when I am successfully adding the class name zoomTarget into the classlist of the element I want to zoom. Below is the code I'm working on.


var item = document.getElementsByClassName("item"); function zoom(){ for(let i = 0; i
jaukia commented 1 year ago

Sorry, I haven't updated or even tested the library in almost a decade so cannot help you on this.