Skip to content

Instantly share code, notes, and snippets.

@jywarren
Last active February 15, 2024 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jywarren/d344eeb94287b68cb237eacd47762a21 to your computer and use it in GitHub Desktop.
Save jywarren/d344eeb94287b68cb237eacd47762a21 to your computer and use it in GitHub Desktop.
var e = document.createElement('div');
document.body.appendChild(e);
e.style="position:absolute;z-index:999;left:200px;top:200px;";
e.innerHTML = '<iframe style="width:300px;height:300px;border-radius:500px;transition: all 1s ease-out;" src="https://jywarren.github.io/sfpcrr/?embedded&url=images/mapogu.jpg"></iframe>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment