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
We currently do not render the "Zoomed image" link in book mode. The current method for getting the current viewer bounds (OSDViewer.viewer.viewport.getBounds()) doesn't work as-is in Book mode (e.g. it ends up giving us a wildly incorrect x parameter).
We currently do not render the "Zoomed image" link in book mode. The current method for getting the current viewer bounds (
OSDViewer.viewer.viewport.getBounds()
) doesn't work as-is in Book mode (e.g. it ends up giving us a wildly incorrectx
parameter).More info available in sul-dlss/sul-embed#983 (comment)
We have a few options:
The text was updated successfully, but these errors were encountered: