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
https://codesandbox.io/s/swiper-zoom-forked-wje8l?file=/index.html
Zoom is applied to svg elements in "swiper-slide" even though it is not in "swiper-zoom-container" nor in "swiper-zoom-target"
It should apply only to "swiper-zoom-container" or other specific elements wrapped in "swiper-zoom-target"
It zooms to all elements ('img, svg, canvas, picture, .swiper-zoom-target') instead of "swiper-zoom-target" only.
see source here
6.8.3
macOS
The text was updated successfully, but these errors were encountered:
a4e351f
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/swiper-zoom-forked-wje8l?file=/index.html
Bug description
Zoom is applied to svg elements in "swiper-slide" even though it is not in "swiper-zoom-container" nor in "swiper-zoom-target"
Expected Behavior
It should apply only to "swiper-zoom-container" or other specific elements wrapped in "swiper-zoom-target"
Actual Behavior
It zooms to all elements ('img, svg, canvas, picture, .swiper-zoom-target') instead of "swiper-zoom-target" only.
see source here
Swiper version
6.8.3
Platform/Target and Browser Versions
macOS
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: