jackmoore / wheelzoom

A small script for zooming IMG elements with the mousewheel/trackpad.
http://www.jacklmoore.com/wheelzoom
MIT License
342 stars 95 forks source link

Issue with .PNG image #43

Open omkadam251 opened 4 years ago

omkadam251 commented 4 years ago

Hello, I am trying this on both .JPEG and .PNG image and on .JPEG images it it working fine but on .PNG images it is not working. can you tell why?

jackmoore commented 4 years ago

Hi @omkadam251

The script wouldn't care about what the image type is, as long as it's something the browser can display. My guess is that there is an error in the way wheelzoom has been applied. I'd double check that the PNG image elements have their src set to the PNG (that the PNG is not being used as a background-image) and that object your are passing into wheelzoom actually contains the elements you want to target.