infeng / react-viewer

react image viewer, supports rotation, scale, zoom and so on
https://infeng.github.io/react-viewer
MIT License
735 stars 137 forks source link

viewer能否在某个组件内显示 #111

Closed hphpwj closed 4 years ago

hphpwj commented 4 years ago

如题,viewer能否在某个组件内显示,而不是在整个window显示?

infeng commented 4 years ago

可以通过 container 属性实现在某个容器内显示,参考 demo 的 inline mode 效果

hphpwj commented 4 years ago

好的,谢谢,学习学习

hphpwj commented 4 years ago

太棒了,谢谢!