We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<ReactImageMagnify {...{ smallImage: { alt: "Wristwatch by Ted Baker London", isFluidWidth: true, ////////////////////////////////////////////////////////////////////////////////////////////// its not working imageStyle: { objectFit: "fill", // Add this line for "fill" behavior width: "100%", height: "100%", }, //////////////////////////////////////////////////////////////////////////////////////////// src: data.imgSrc, // Corrected syntax here sizes: "(max-width: 480px) 100vw, (max-width: 1200px) 30vw,(max-width: 1600px) 30vw, 400px", }, largeImage: { alt: "", src: data.imgSrc, // Corrected syntax here width: 1000, height: 1500, }, enlargedImagePosition: "over", }}
/>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<ReactImageMagnify
{...{
smallImage: {
alt: "Wristwatch by Ted Baker London",
isFluidWidth: true,
//////////////////////////////////////////////////////////////////////////////////////////////
its not working
imageStyle: {
objectFit: "fill", // Add this line for "fill" behavior
width: "100%",
height: "100%",
},
////////////////////////////////////////////////////////////////////////////////////////////
src: data.imgSrc, // Corrected syntax here
sizes:
"(max-width: 480px) 100vw, (max-width: 1200px) 30vw,(max-width: 1600px) 30vw, 400px",
},
largeImage: {
alt: "",
src: data.imgSrc, // Corrected syntax here
width: 1000,
height: 1500,
},
enlargedImagePosition: "over",
}}
The text was updated successfully, but these errors were encountered: