# Fullscreen background image?

**URL:** https://forum.kirupa.com/t/fullscreen-background-image/213073
**Category:** flash
**Created:** [January 16, 2007, 8:01pm UTC](https://forum.kirupa.com/t/fullscreen-background-image/213073 "2007-01-16T20:01:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![biffabot](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/biffabot/32/257_2.png) [@biffabot](https://forum.kirupa.com/u/biffabot)
#### Post date: [January 16, 2007, 8:01pm UTC](https://forum.kirupa.com/t/fullscreen-background-image/213073/1 "2007-01-16T20:01:22Z")

</div>

Hi, im trying to make a background image on full html screen like this one at

[http://www.refune.com/index\_main.html](http://www.refune.com/index_main.html)

but i cant for the life at me get it to work right.

I have got it to scale using this code below

Stage.scaleMode = “noBorder”;  
var stageListener = new Object();  
Stage.addListener = (stageListener);  
stageListener.onResize = function() {  
background.\_height = Stage.height;  
background.\_width = Stage.width;  
};

it scales but pixelates and doesnt seem to scale like the website, any help would be appriciated im pulling my hair out on this!

Also im using a JPEG image but it pixelates when i resize the HTML page so i am wondering if the image should be of an another format?
