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-o4iw1?file=/index.html
This issue was already mentioned in: #3456 (comment) The problem still exist, so I've created a new one.
So the Zoom scale will be applied twice. (See demo)
<img>
<picture>
Apply the zoom only on the first found $imageEl
$imageEl
The zoom is applied on the <picture> and <img> element. (See demo)
6.8.4
macOS, Chrome
The text was updated successfully, but these errors were encountered:
60a9886
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/swiper-zoom-forked-o4iw1?file=/index.html
Bug description
This issue was already mentioned in: #3456 (comment)
The problem still exist, so I've created a new one.
The problem
So the Zoom scale will be applied twice. (See demo)
<img>
element.<picture>
element with an<img>
inside.swiperjs-zoom-issue.mov
Expected Behavior
Apply the zoom only on the first found
$imageEl
Actual Behavior
The zoom is applied on the
<picture>
and<img>
element. (See demo)Swiper version
6.8.4
Platform/Target and Browser Versions
macOS, Chrome
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: