Jquery FancyZoom is a pretty nice plugin for zooming images, but I needed to remove the blue icon from the view, while the image is hovered by a pointer. I added new default option: //Default Options $.fn.fancyzoom.defaultsOptions = { overlayColor: ‘#000’, overlay: 0.6, imagezindex:100, showoverlay:true, Speed:400, shadow:true, shadowOpts:{ color: “#000”, offset: 4, opacity: 0.2 },… Continue reading how to remove zoom icon from jQuery FancyZoom plugin