From 70fcb3a6c4eb3f8cfdcb873b23ae6437828ebdd1 Mon Sep 17 00:00:00 2001 From: Hyunje Alex Jun Date: Wed, 2 Apr 2014 00:58:41 +0900 Subject: [PATCH] Update README.md Use innerWidth and innerHeight for 'includePadding' option. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeca0da..8618048 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ The number of pixels the content height can surpass the container height without **Default: 0** ### includePadding -When set to true, it uses `outerWidth` and `outerHeight` for the container size instead of `width` and `height`. When your container element has non-zero padding and the scrollbar layout looks weird, this option can be helpful. +When set to true, it uses `innerWidth` and `innerHeight` for the container size instead of `width` and `height`. When your container element has non-zero padding and the scrollbar layout looks weird, this option can be helpful. **Default: false** How to Use