Skip to content

VivienLN/iframe-resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iframe-resizer (cross domain)

How to use

Extract these files :

bin/iframe-resizer.min.js

bin/iframe-resizer-container.min.js

Inside iframe

<script src="iframe-resizer.min.js"></script>

Inside the page containing the iframe

<script src="iframe-resizer-container.min.js"></script>
<script>
  var iframeResizer = new IframeResizer("http://example.com");
</script>

http://example.com being the domain of the iframe content (authorized origin)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published