From 659a21a605a42db6faab8a529b56964026e25185 Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Sun, 28 Jan 2018 10:14:48 +0000 Subject: [PATCH] Added maxWIdth, maxHeight to props docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e475c1b..cda03f3 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ There is also a ssr build with css file extracted. Take a look in /dist folder. | minWidth | false | Number (px) | 0 | The minimum width to which modal can be resized | | minHeight | false | Number (px) | 0 | The minimum height to which modal can be resized | | maxWidth | false | Number (px) | Infinity | The maximum width of the modal (if the value is greater than window width, window width will be used instead | -| maxHeight | false | Number (px) | Infinity | The maximum width of the modal (if the value is greater than widnow height, window height will be used instead | +| maxHeight | false | Number (px) | Infinity | The maximum height of the modal (if the value is greater than window height, window height will be used instead | | pivotX | false | Number (0 - 1.0) | 0.5 | Horizontal position in %, default is 0.5 (meaning that modal box will be in the middle (50% from left) of the window | | pivotY | false | Number (0 - 1.0) | 0.5 | Vertical position in %, default is 0.5 (meaning that modal box will be in the middle (50% from top) of the window |