Background picture size

  • Unknown's avatar

    Hi folks
    I’ve just changed to CHOCO theme and want to drop in a new background image. When I do it only shows a part of the pic. The file is around 6mb but how do I get it to “shrink to fit” the background size? Probably me being dumb!

    Thanks for your time

    TLG

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    If you have purchased the Custom Design upgrade, then you can add custom CSS to contain the background to the full width of the browser:

    body.custom-background {
    	background-size: contain;
    }

    Or, you could resize the image before you upload it and try to get a good width that will look okay a variety of screen sizes.

  • The topic ‘Background picture size’ is closed to new replies.