for zooming I am using el.style.zoom = 1.5; el.style.WebkitTransform = 'scale(1.5)';
here e1 will be ,
I use webkit based browsers.
Now how do I zoom back to original size ? Confused bec document says for zoom out have to use less than 1, and how to scale back to original size in webkit ?