From 201ce4a2fc3b8e253d2391de7fec97ae9881ec56 Mon Sep 17 00:00:00 2001 From: "David J. Bradshaw" Date: Tue, 14 Apr 2015 05:52:57 -0700 Subject: [PATCH] Update typical example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7e6a6180..3643e0c8d 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ The normal configuration is to have the iFrame resize when the browser window ch ```html + ``` Note that scrolling is set to 'no', as older versions of IE don't allow this to be turned off in code and can just slightly add a bit of extra space to the bottom of the content that it doesn't report when it returns the height. If you have problems, check the [troubleshooting](#troubleshooting) section below. @@ -337,7 +338,7 @@ iFrameResize( { minSize:100 }); ``` -Please set the notes section under [heightCalculationMethod](#heightcalculationmethod) to understand the limitations of the different options. +Please see the notes section under [heightCalculationMethod](#heightcalculationmethod) to understand the limitations of the different options. ### ParentIFrame not found errors To call methods in the iFrame, you need to set the [enablePublicMethods](#enablepublicmethods) option to **true**. The `parentIFrame` object then becomes available once the iFrame has been initially resized. If you wish to use it during page load you will need to poll for it becoming available.