ethanselzer / react-image-magnify

A responsive image zoom component designed for shopping sites.
https://ethanselzer.github.io/react-image-magnify
MIT License
645 stars 160 forks source link

It is fully not working #148

Open devlopersabbir opened 2 years ago

devlopersabbir commented 2 years ago

image

code may be all right. but the output is not showing properly.

Screenshot at Aug 30 06-45-02

code may be all right. but the output is not showing properly.

please anyone help me? or suggest me another package. <div className="w-full h-full transition-all ease-in-out z-[9999999999999] relative"> <ReactImageMagnify {...{ smallImage: { alt: "Wristwatch by Ted Baker London", isFluidWidth: true, src: pro1, }, largeImage: { src: pro1, width: 1200, height: 1800, }, }} />