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
The zooming out of an image without 'maxZoomLevel' set lets zoom out too far. Eg. on the Example Page (White box beyond window):
In combination with zoomType: 'lens' and lensShape: 'round' the lens background gets over its border. To limit this behavior i tried to set maxZoomLevel, which solves the problem. Unfortunatelly after changing my image (because of an image gallery) The maxZoomLevel is mostly ignored.
On the first image, the maxLimitSize limits the background-size to:
640px 854px
after changing the image (same image size) the background-size gets down to:
299.766px 400px;
which has an image in image effect.
@dominikstoetter may I bother you if you could please create a working example , preferably creating a question at stackoverflow http://stackoverflow.com/ (they offer the new feature: code snippet)
There is a probability of much more people can help in stackoverflow. I currently lack time for issues, so I hope others can help out.
The zooming out of an image without 'maxZoomLevel' set lets zoom out too far. Eg. on the Example Page (White box beyond window):
In combination with zoomType: 'lens' and lensShape: 'round' the lens background gets over its border. To limit this behavior i tried to set maxZoomLevel, which solves the problem. Unfortunatelly after changing my image (because of an image gallery) The maxZoomLevel is mostly ignored.
On the first image, the maxLimitSize limits the background-size to:
640px 854px
after changing the image (same image size) the background-size gets down to:
299.766px 400px;
which has an image in image effect.
The text was updated successfully, but these errors were encountered: