Browse Source

#6269 Actually do update for iframeresizer.js

fix-flex
Jack 6 years ago
parent
commit
27ff17b55b
3 changed files with 1465 additions and 651 deletions
  1. 1055
      examples/assets/library/iframe-content.js
  2. 1060
      examples/assets/library/iframe.js
  3. 1
      examples/theming.html

1055
examples/assets/library/iframe-content.js
File diff suppressed because it is too large
View File

1060
examples/assets/library/iframe.js
File diff suppressed because it is too large
View File

1
examples/theming.html

@ -80,6 +80,7 @@
<script>
$('iframe').iFrameResize({
autoResize: true,
checkOrigin: false,
heightCalculationMethod: 'bodyScroll'
});
</script>

Loading…
Cancel
Save