Removing Edges - Post ID 220669

User 2924428 Photo


Registered User
1,718 posts

Hey guys, i'm doing a site for gaming and I have a width set to 1200 but the image doesn't fill up the page when I preview it.. I tried re-sizing it to 1000 right now and have the same results, I just want the image background to stretch and fill up the page..
User 122279 Photo


Senior Advisor
14,610 posts
Online Now

What are you doing in the VSD discussion group? If you go that route, I can't help you, but I'm sure others will.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2147626 Photo


Ambassador
2,958 posts

Try this ... http://progrower.coffeecup.com/jquerybackground_static.html
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
User 2924428 Photo


Registered User
1,718 posts

Hey Inger, I am in VSD because I can't code myself what the guys are expecting out of the site. My skills are limited when it comes to visual webpages so I just thought VSD is the way to go, just stack the images they want .. I'll be back up in the HTML in a little while because i'm also working on a site for my cousin's PYTHON project. That I can do :)

Gunsmoke, thank you I will look into it :)
User 2924428 Photo


Registered User
1,718 posts

Awe it didn't work :( I created a bg that was transparent and named it webbg.png. I then added that to a folder within the root called "backstretch" along with the two .js files. After posting the html code into my site, I saved and previewed, then published.. it didn't work :(
User 187934 Photo


Senior Advisor
20,265 posts
Online Now

UncleMap wrote:
Awe it didn't work :( I created a bg that was transparent and named it webbg.png. I then added that to a folder within the root called "backstretch" along with the two .js files. After posting the html code into my site, I saved and previewed, then published.. it didn't work :(


Link?;)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2924428 Photo


Registered User
1,718 posts

mbrfar.coffeecup.com

Hello Eric!! :)
User 187934 Photo


Senior Advisor
20,265 posts
Online Now

Your image height needs to match your page height.;)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2924428 Photo


Registered User
1,718 posts

Ok, does it have to be the first image on the page as well? Like do I stack my website on top of the .png?
User 122279 Photo


Senior Advisor
14,610 posts
Online Now

Much easier in the html Editor:
html {
background: url('WebsiteWIP.jpg') no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com



Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.