elevatezoom icon indicating copy to clipboard operation
elevatezoom copied to clipboard

Fixed Transparent Image Bug

Open f3lan opened this issue 10 years ago • 1 comments

Problem: If you are using the inner zoom mode and you want to zoom a transparent PNG image. The image is allways shown in the backgound of the zoomed image.

Solution: Set the opacity of the source element to 0 while zooming. By the mouseleave callback set the opacity back to 1.

f3lan avatar Jul 29 '14 10:07 f3lan

Thanks, but it would really help if you could submit a clean PR with JUST the lines implementing your opacity fix. This project looks like it's been abandoned, but that would at least make it easier for others to also find and implement the two lines of your fix.

Bokkeman avatar Feb 13 '17 13:02 Bokkeman