Title: help with theme background
Last modified: August 20, 2016

---

# help with theme background

 *  Resolved [Stephen](https://wordpress.org/support/users/efthaman/)
 * (@efthaman)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/help-with-theme-background/)
 * Hello, I’m trying to set the background image to 100% [here](http://justflak.com)
   so that when you resize the browser window the background image also resizes.
   I looked in the css files but couldn’t find where it is.
 * I looked through all the css files but couldn’t find it…..
 * forgot to add that I’m using the 2011 dark theme

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/help-with-theme-background/#post-2218899)
 * You cannot resize a CSS background image. The best you can do is tile it.
 *  Thread Starter [Stephen](https://wordpress.org/support/users/efthaman/)
 * (@efthaman)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/help-with-theme-background/#post-2219037)
 * you most certainly can
 *     ```
       html {
       	background: url('../graphics/some_image.jpg') no-repeat center center fixed;
       	-webkit-background-size: cover;
       	-moz-background-size: cover;
       	-o-background-size: cover;
       	background-size: cover;
       	} *
       ```
   
 * EDIT
 * [here is an example ](http://justflack.com/)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/help-with-theme-background/#post-2219077)
 * But that will not work with non-CSS3 browsers.
 *  Thread Starter [Stephen](https://wordpress.org/support/users/efthaman/)
 * (@efthaman)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/help-with-theme-background/#post-2219084)
 * Works in all these browsers chrome 13.0.782.107 beta, firefox 5.0.1, safari 5.1
   and opera 11.50 not sure about IE 7 or 8

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘help with theme background’ is closed to new replies.

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 4 replies
 * 2 participants
 * Last reply from: [Stephen](https://wordpress.org/support/users/efthaman/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/help-with-theme-background/#post-2219084)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
