Skip to content

Instantly share code, notes, and snippets.

@RKAN
Created July 21, 2013 06:29
Show Gist options
  • Save RKAN/6047706 to your computer and use it in GitHub Desktop.
Save RKAN/6047706 to your computer and use it in GitHub Desktop.
Full screen image resize (proportionate)
image.height = stage.stageHeight;
image.width = stage.stageWidth;
image.scaleX = image.scaleY = Math.max( image.scaleX, image.scaleY );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment