You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its working fine on PNG pictures by applying this.
$('html').on({
magnifystart: function() {
$('.zoom').css('visibility', 'hidden');
},
magnifyend: function() {
$('.zoom').css('visibility', 'visible');
}
});
Its showing 2 pictures on hover when we apply magnify on PNG pictures.
The text was updated successfully, but these errors were encountered: