Skip to content

Instantly share code, notes, and snippets.

@anchan828
Created January 12, 2012 15:33
Show Gist options
  • Save anchan828/1601140 to your computer and use it in GitHub Desktop.
Save anchan828/1601140 to your computer and use it in GitHub Desktop.
<script type="text/javascript"src="http://code.jquery.com/jquery-1.7.1.min.js"></script><script type="text/javascript">$(function(){$(".unitygames").each(function(i){var t=$(this);t.html('<iframe width="100%" height="100%" src="'+t.attr("src")+'" frameborder="0"></iframe>')})});</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment