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
I'm looking to have the zoomWindow positioned square in the middle of the page and full window height regardless of the position of the original image but can't seem to figure out how to adjust it. In the source it adjusts itself based on those 16 positions with self.zoomWindow.css({ top: self.windowOffsetTop});
The text was updated successfully, but these errors were encountered:
Hello. Yes what I meant was for the window to track the top part of the screen. Amazon has the same problem as can be seen here http://recordit.co/24f1iBeAVN
So when I'm hovering over the image the preview will always be x pixels away from the visible top with no relation to anything else.
I added a position fixed on the zoomWindowContainer div
.zoomWindowContainer {
position: fixed;
top: 1%;
}
I'm looking to have the zoomWindow positioned square in the middle of the page and full window height regardless of the position of the original image but can't seem to figure out how to adjust it. In the source it adjusts itself based on those 16 positions with self.zoomWindow.css({ top: self.windowOffsetTop});
The text was updated successfully, but these errors were encountered: