Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在弹出滑块上的 angular4 中实现 openseadragon 插件,在弹出窗口关闭时(或在转到下一个图像时)如果当前图像被缩放,我必须将当前图像调整为默认大小(类似于回家按钮)。
任何建议都会有所帮助。
假设您的 OpenSeadragon Viewer 被调用viewer,您viewer.viewport.goHome()可以返回到默认大小。
viewer
viewer.viewport.goHome()