Skip to content

Instantly share code, notes, and snippets.

@jimryan
Created January 30, 2016 01:59
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 jimryan/d6908cb8b710e2ad6fc9 to your computer and use it in GitHub Desktop.
Save jimryan/d6908cb8b710e2ad6fc9 to your computer and use it in GitHub Desktop.
ASCIIgram
$('article div img').each(function(){scale = $(this).width()/this.naturalWidth;$(this).replaceWith($('<iframe src="'+$(this).attr('src')+'.html'+'" scrolling="no" style="width:'+100/scale+'%;height:'+100/scale+'%;position:absolute;left:0;top:0;transform: scale('+scale+');transform-origin:0 0">'));})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment