Skip to content

Automattic/iframify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iframify

Wraps the given HTML code in an iframe that resizes dynamically to fit its contents.

Useful for displaying embeds that use <script> tags without exposing your page to foreign code.

Usage:

var iframe = iframify('<h1>Hello, World</h1>');
document.body.appendChild(iframe);

About

Wraps the given HTML code in an iframe that resizes dynamically to fit its contents.

Resources

Stars

Watchers

Forks

Packages

No packages published