[new feature] ImagePreview: add max-zoom、min-zoom prop (#3133)

This commit is contained in:
neverland
2019-04-11 14:38:46 +08:00
committed by GitHub
parent b4fc5df926
commit e6d4f331a8
5 changed files with 17 additions and 3 deletions
+2
View File
@@ -61,6 +61,8 @@ setTimeout(() => {
| asyncClose | Whether to enable async close | `Boolean` | `false` |
| className | Custom className | `String | Array | Object` | - |
| lazyLoad | Whether to enable thumb lazy loadshould register [Lazyload](#/en-US/lazyload) component | `Boolean` | `false` |
| maxZoom | Max zoom | `Number` | `3` |
| minZoom | Min zoom | `Number` | `1/3` |
### onClose Parematers