Title: Background image on page
Last modified: August 30, 2016

---

# Background image on page

 *  [lamatthews](https://wordpress.org/support/users/lamatthews/)
 * (@lamatthews)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/background-image-on-page/)
 * Hi,
 * I would like to add a photograph as a background image in a row on one of my 
   pages. However, the photogrpah is too large. Does anyone know the dimensions 
   of a WordPress row in pixels so I can resize the picture?
 * Thank you
    Leslie Ann

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

 *  [martcol](https://wordpress.org/support/users/hotmale/)
 * (@hotmale)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/background-image-on-page/#post-6420524)
 * Most modern browsers have developer tools that can help you identify the pixel
   dimensions of page elements. There’s a plugin for FireFox called Developer Tools
   that I think has that.
 *  [Mobilunity](https://wordpress.org/support/users/mobilunitycom/)
 * (@mobilunitycom)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/background-image-on-page/#post-6420525)
 * Try to add this CSS to the needed div using style:
    .class { background: url(“
   your/url/Image.png”) no-repeat center; }
 * If you are using table you can do this:
    1. Add background to the one td only:
   <td style=”background: url(/images/tr-background.gif) no-repeat 0 0;”>Row 1</
   td>
 * 2. If you want it across the row try this code:
    table { width: 300px; background-
   image: url(‘mypic.jpg’); background-repeat: repeat-y; }

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

The topic ‘Background image on page’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Mobilunity](https://wordpress.org/support/users/mobilunitycom/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/background-image-on-page/#post-6420525)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
