diff --git a/helper.js b/helper.js index beb23c4..5343980 100644 --- a/helper.js +++ b/helper.js @@ -154,7 +154,7 @@ function attributeEntry(el, label, value) { function createIframe(opt, width, height) { el = document.createElement("iframe") - width = typeof width !== 'undefined' ? width : '525px' + width = typeof width !== 'undefined' ? width : '100%' height = typeof height !== 'undefined' ? height : '350px' if (opt.src)