AdamRisberg / react-image-magnifiers

A collection of responsive, image magnifying React components for mouse and touch.
MIT License
347 stars 60 forks source link

Rotate images before use #39

Open ebzeal opened 3 years ago

ebzeal commented 3 years ago

Hi guys, I am trying to rotate an array of images, this array consists of URLs of images from azure. How do I rotate these images in my SideBySideMagnifier? If I add transform to the style props, it rotates the entire div instead of only the imageSrc and the largeImageSrc.