Closed igneosaur closed 11 months ago
Adding zoomIn and zoomOut functions with custom events to support optional zoom controls.
zoomIn
zoomOut
Example usage:
$('.zoom-controls__zoomin').on('click', function(event) { event.preventDefault(); imageZoomElement.dispatchEvent(new CustomEvent('zoomin')); })
Adding
zoomIn
andzoomOut
functions with custom events to support optional zoom controls.Example usage: