wheelzoom icon indicating copy to clipboard operation
wheelzoom copied to clipboard

problem with adapt in div

Open manu0087 opened this issue 4 years ago • 0 comments

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>

manu0087 avatar Jul 21 '20 11:07 manu0087