Skip to content

how i can add custom zoom in and zoom out functionality #99

@priyank989

Description

@priyank989

this.zoom = new ImageViewer('.modal-img img',{
maxZoom: 10000
});

i want to zoom in by 50 using below code

public zoomInImage() {
this.zoom.zoom(this.zoom.zoomValue + 50);
}

It's not working. can you please help me to do this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions