You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scroll down and double click on top section of the image
Expected Behavior
I double click on top section of the image - zoom top section of the image
I scroll down and double click on top section of the image - zoom top section of the image
Actual Behavior
I double click on top section of the image - zoom top section of the image
I scroll down and double click on top section of the image - zoom bottom section of the image!!!
To fix the error, I made a correction to the file swipper-bundle.js (764 row) :
function offset() {
....
var scrollTop = window.scrollY;
var scrollLeft = window.scrollX;
The text was updated successfully, but these errors were encountered:
This is a (multiple allowed):
bug
enhancement
feature-discussion (RFC)
Swiper Version: 6.3.5.
Platform/Target and Browser Versions: All/All.
Live Link or JSFiddle/Codepen or website with isssue: https://codepen.io/nikello/pen/PoGGLam
What you did
Scroll down and double click on top section of the image
Expected Behavior
I double click on top section of the image - zoom top section of the image
I scroll down and double click on top section of the image - zoom top section of the image
Actual Behavior
I double click on top section of the image - zoom top section of the image
I scroll down and double click on top section of the image - zoom bottom section of the image!!!
To fix the error, I made a correction to the file swipper-bundle.js (764 row) :
function offset() {
....
var scrollTop = window.scrollY;
var scrollLeft = window.scrollX;
The text was updated successfully, but these errors were encountered: