Skip to content

Commit

Permalink
Merge pull request #83 from mtjandra/MaxHeight
Browse files Browse the repository at this point in the history
Change heightCalculationMethod
  • Loading branch information
dlockhart authored Jul 15, 2016
2 parents 91e4e8a + b66ed81 commit 71e2dba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ifrau",
"version": "0.14.0",
"version": "0.15.0",
"description": "Free-range app utility for IFRAME-based FRAs",
"main": "src/index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/plugins/iframe-resizer/host.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ module.exports = function resizer(host) {
initialized = true;
iframeResizer(
{
log: host.debugEnabled
log: host.debugEnabled,
heightCalculationMethod: 'max'
},
host.iframe
);
Expand Down

0 comments on commit 71e2dba

Please sign in to comment.