27Jun

Image Gallery - Fix Fullscreen Image Stretching

No comments

So I noticed that when you view the image gallery in Fullscreen mode the images become stretched to become proportional to you screen dimensions. This is an easy fix and can be done by adding a few lines of code:

this.stage.align = "topLeft";
this.stage.scaleMode = "noScale";

That should do it.

Share/Save/Bookmark

Friday, June 27th, 2008 at 10:29 am and is filed under Actionscript 3, Image Gallery Project. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a reply