magnify icon indicating copy to clipboard operation
magnify copied to clipboard

Its not working properly on PNG images.

Open ahmadnaxir opened this issue 3 years ago • 1 comments

Its showing 2 pictures on hover when we apply magnify on PNG pictures.

ahmadnaxir avatar Oct 28 '21 11:10 ahmadnaxir

Its working fine on PNG pictures by applying this. $('html').on({ magnifystart: function() { $('.zoom').css('visibility', 'hidden'); }, magnifyend: function() { $('.zoom').css('visibility', 'visible'); } });

ahmadnaxir avatar Nov 01 '21 09:11 ahmadnaxir