# How to make this fit to any resolution

**URL:** https://forum.kirupa.com/t/how-to-make-this-fit-to-any-resolution/119939
**Category:** Uncategorized
**Created:** [August 19, 2004, 10:22am UTC](https://forum.kirupa.com/t/how-to-make-this-fit-to-any-resolution/119939 "2004-08-19T10:22:14Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Ubik](https://avatars.discourse-cdn.com/v4/letter/u/b38774/32.png) [@Ubik](https://forum.kirupa.com/u/Ubik)
#### Post date: [August 19, 2004, 10:22am UTC](https://forum.kirupa.com/t/how-to-make-this-fit-to-any-resolution/119939/1 "2004-08-19T10:22:14Z")

</div>

How can i make that my image can fit on any resolution like on this site[http://www.shauninman.com/poser/](http://www.shauninman.com/poser/) I mean you never see the end of the image when you scroll (the image always touch the end of the browser window)

Thanks  
Ubik

---

<div class="post-metadata">

### Author: ![grimdeath](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/grimdeath/32/7124_2.png) [@grimdeath](https://forum.kirupa.com/u/grimdeath)
#### Post date: [August 19, 2004, 12:08pm UTC](https://forum.kirupa.com/t/how-to-make-this-fit-to-any-resolution/119939/2 "2004-08-19T12:08:33Z")

</div>

you can achieve this with rows and colums which are your best friend when making a html page 😉

---

<div class="post-metadata">

### Author: ![Ubik](https://avatars.discourse-cdn.com/v4/letter/u/b38774/32.png) [@Ubik](https://forum.kirupa.com/u/Ubik)
#### Post date: [August 19, 2004, 12:35pm UTC](https://forum.kirupa.com/t/how-to-make-this-fit-to-any-resolution/119939/3 "2004-08-19T12:35:58Z")

</div>

Thanks for your answer  
in fact the site will be full flash, do i have use this as a background image in html ? I mostly do sites in flash, so what would be the parameters for the rows and colums ?

Ubik

---

<div class="post-metadata">

### Author: ![minimalistik](https://avatars.discourse-cdn.com/v4/letter/m/e47774/32.png) [@minimalistik](https://forum.kirupa.com/u/minimalistik)
#### Post date: [August 19, 2004, 1:11pm UTC](https://forum.kirupa.com/t/how-to-make-this-fit-to-any-resolution/119939/4 "2004-08-19T13:11:00Z")

</div>

Well Ubik, if the site is going to be on flash platform, the only thing you need to do is set the page properties of the html page to a bg color of black for example. The only thing that will make your page scroll is if the swf length and width is large.

---

<div class="post-metadata">

### Author: ![Ubik](https://avatars.discourse-cdn.com/v4/letter/u/b38774/32.png) [@Ubik](https://forum.kirupa.com/u/Ubik)
#### Post date: [August 19, 2004, 1:28pm UTC](https://forum.kirupa.com/t/how-to-make-this-fit-to-any-resolution/119939/5 "2004-08-19T13:28:21Z")

</div>

Yeah i know, let’ say i make my image background :550 width 600 height, 600 for height will fit the whole window of IE on a 1024_768 but not on 1280_1024, I would like it be the same thing as the site linked above. See my images on 1024_768 and 1280_1024. I know this must something easy 😊

---

<div class="post-metadata">

### Author: ![minimalistik](https://avatars.discourse-cdn.com/v4/letter/m/e47774/32.png) [@minimalistik](https://forum.kirupa.com/u/minimalistik)
#### Post date: [August 19, 2004, 1:34pm UTC](https://forum.kirupa.com/t/how-to-make-this-fit-to-any-resolution/119939/6 "2004-08-19T13:34:23Z")

</div>

Hmm, I not sure about a background image being able to fit the whole window across two different screen resolutions. However, im sure there is a script of some sort I think. Sorry about that Ubik, Ill see if I can ask my friend if no one here has replied yet.

---

<div class="post-metadata">

### Author: ![Ubik](https://avatars.discourse-cdn.com/v4/letter/u/b38774/32.png) [@Ubik](https://forum.kirupa.com/u/Ubik)
#### Post date: [August 19, 2004, 1:38pm UTC](https://forum.kirupa.com/t/how-to-make-this-fit-to-any-resolution/119939/7 "2004-08-19T13:38:22Z")

</div>

No problem minimalistik, kind of you to reply. I guess this could be something in html like repeating the image

---

<div class="post-metadata">

### Author: ![andr\_in](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/andr_in/32/37_2.png) [@andr\_in](https://forum.kirupa.com/u/andr_in)
#### Post date: [August 19, 2004, 1:43pm UTC](https://forum.kirupa.com/t/how-to-make-this-fit-to-any-resolution/119939/8 "2004-08-19T13:43:40Z")

</div>

> [@grimdeath](#):
>
> you can achieve this with rows and colums which are your best friend when making a html page 😉

I disagree with that. Tables shouldn’t be used for deisgn at all actually…

\<div\> + css = coolness 😉

---

<div class="post-metadata">

### Author: ![Ubik](https://avatars.discourse-cdn.com/v4/letter/u/b38774/32.png) [@Ubik](https://forum.kirupa.com/u/Ubik)
#### Post date: [August 19, 2004, 1:46pm UTC](https://forum.kirupa.com/t/how-to-make-this-fit-to-any-resolution/119939/9 "2004-08-19T13:46:34Z")

</div>

> I disagree with that. Tables shouldn’t be used for deisgn at all actually…

\<div\> + css = coolness

:sigh: that doesn’t help me much 😛 I totally don’t know css

---

<div class="post-metadata">

### Author: ![minimalistik](https://avatars.discourse-cdn.com/v4/letter/m/e47774/32.png) [@minimalistik](https://forum.kirupa.com/u/minimalistik)
#### Post date: [August 19, 2004, 2:18pm UTC](https://forum.kirupa.com/t/how-to-make-this-fit-to-any-resolution/119939/10 "2004-08-19T14:18:26Z")

</div>

> [@Syko](#):
>
> I disagree with that. Tables shouldn’t be used for deisgn at all actually…
> 
> \<div\> + css = coolness 😉

Got that right. lol I cant be bothered using divs so i just use tables with css still :D. I should change over, make it more efficient 🙂

---

<div class="post-metadata">

### Author: ![minimalistik](https://avatars.discourse-cdn.com/v4/letter/m/e47774/32.png) [@minimalistik](https://forum.kirupa.com/u/minimalistik)
#### Post date: [August 21, 2004, 7:37am UTC](https://forum.kirupa.com/t/how-to-make-this-fit-to-any-resolution/119939/11 "2004-08-21T07:37:51Z")

</div>

Ubik, why dont you just make the image long enough so its scrollable across both resolutions?
