SitePoint Sponsor

User Tag List

Results 1 to 5 of 5

Thread: Full screen website background

  1. #1
    SitePoint Member
    Join Date
    Oct 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question Full screen website background

    A new project of mine is using full screen background images.

    After I read some articles on the web, I still had some technical questions..

    - for people with low internet speed, it seems better to give low quality jpg's (..%) than low resolution (..px on ..px) picture. As I have the impression that when the browser scales quality drops far quicker.
    - Should I precut some images according to the most common screen ratio's? like 16:10, 16:9, 4:3, 5:4?
    -- or can I group some ratios?

    Thats it,
    Hope that you all could assist me on this one..

    Greetings,
    Pj

  2. #2
    Robert Wellock silver trophybronze trophy
    SitePoint Award Recipient xhtmlcoder's Avatar
    Join Date
    Apr 2002
    Location
    A Maze of Twisty Little Passages
    Posts
    6,239
    Mentioned
    51 Post(s)
    Tagged
    0 Thread(s)
    Small filesize counts; assuming you are just referring to the wallpaper or BODY background image only. Having predefined fixed dimension images dimensions/aspect ratio is not really the way to go even if you knew the page ratio you cannot guarantee the browser will be set to those values.
    };-) http://www.xhtmlcoder.com/
    Thinking Web: Voices of the Community

    > March 2013 - SitePoint forums: Spot the Error 3: Calling all Sleuths! Winner Announced!... She knows how to spot simple <code> errors but do you?

  3. #3
    SitePoint Member
    Join Date
    Oct 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    With javascript you can figure out what the dimensions (and thus ratio) of the current screen are.
    Depending on this data you request the corresponding picture..

    The question is.. is it worth the effort?

  4. #4
    Robert Wellock silver trophybronze trophy
    SitePoint Award Recipient xhtmlcoder's Avatar
    Join Date
    Apr 2002
    Location
    A Maze of Twisty Little Passages
    Posts
    6,239
    Mentioned
    51 Post(s)
    Tagged
    0 Thread(s)
    Yes, I know assuming the user has JS enabled and I don't most of the time and the answer to the question is it's not normally worth the extra effort assuming we are just talking desktop screens and not mobile devices, etc.
    };-) http://www.xhtmlcoder.com/
    Thinking Web: Voices of the Community

    > March 2013 - SitePoint forums: Spot the Error 3: Calling all Sleuths! Winner Announced!... She knows how to spot simple <code> errors but do you?

  5. #5
    SitePoint Member
    Join Date
    Oct 2011
    Location
    Dublin, Ireland
    Posts
    19
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    We've done plenty of fancy background design images where the customer had a graphic designer do a design and asked us to piece it together. The truth it, it just takes a lot of bandwidth. Use either a colour for your background, a SMALL image (less than 50kb I'd say) or use an image that can be repeated.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •