Skip to content

Instantly share code, notes, and snippets.

@zer0her0
Last active August 29, 2015 14:27
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 zer0her0/1411221cc7d56fdb5f4e to your computer and use it in GitHub Desktop.
Save zer0her0/1411221cc7d56fdb5f4e to your computer and use it in GitHub Desktop.
iframe embed of Esamir on Genudine
<iframe id='genudine-esamir-iframe' src='http://ps2maps.com/genudine/esamir/embed' style='border:none; overflow:hidden; min-width:100%; height:auto;'>
$(window).on('resize', function() {
$('#genudine-esamir-iframe').height( $('#genudine-esamir-iframe').width() );
}).trigger('resize');</iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment