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
I want Enlarged image on top. I use bootstrap 4 for layout this page. Left is col-md-4 and right one is col-md-8.
The text was updated successfully, but these errors were encountered:
I had this same issue and was able to fix it with setting the class name for the enlarged image and setting the z-index in the css.
jsx: <ReactImageMagnify {...{ enlargedImageContainerClassName: "enlargedImage", ...
<ReactImageMagnify {...{ enlargedImageContainerClassName: "enlargedImage", ...
css: .enlargedImage { z-index: 1; }
.enlargedImage { z-index: 1; }
Sorry, something went wrong.
I had this issue as well and solved it the same way: z-index: 1.
No branches or pull requests
I want Enlarged image on top.
I use bootstrap 4 for layout this page. Left is col-md-4 and right one is col-md-8.
The text was updated successfully, but these errors were encountered: