Luperi / wheelzoom

Simple Javascript library for zooming IMG elements with the mousewheel.
MIT License
18 stars 7 forks source link

problem with adapt in div #3

Open manu0087 opened 4 years ago

manu0087 commented 4 years ago

hi, if a apply this js to an image in the div, this can t be resize with the div size.

wheelzoom(document.getElementById('idImg'), { zoom: 0.1, maxZoom: 10 });

<div style="position:relative;float: left;left:20px;align-items:center;text-align:center;width:100%;height:100%;_overflow:scroll" >    
        <asp:Image runat="server" ID="img_Table" style="width:100%;height:100%;"/> 
</div>