Title: Jetpack content_width Gallery Issue
Last modified: August 30, 2016

---

# Jetpack content_width Gallery Issue

 *  [marco-raaphorst](https://wordpress.org/support/users/marco-raaphorst/)
 * (@marco-raaphorst)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/jetpack-content_width-gallery-issue/)
 * I have an issue with Jetpack setting the Gallery width at 500 px while I need
   640 px for my theme.
 * In Jetpack’s tilled-gallery.php I see:
 *     ```
       if ( ! $tiled_gallery_content_width )
       			$tiled_gallery_content_width = 500;
       ```
   
 * In WooThemes Canvas, the theme I am using, it’s set like this:
 *     ```
       // Set the content width based on the theme's design and stylesheet.
       		if ( ! isset( $content_width ) ) {
       			$content_width = 640;
       		}
       ```
   
 * But the with is still on 500 px. See the gallery used at [http://melodiefabriek.com/blog/exhibitions-anton-corbijn/](http://melodiefabriek.com/blog/exhibitions-anton-corbijn/)
 * How can I fix this?

The topic ‘Jetpack content_width Gallery Issue’ is closed to new replies.

## Tags

 * [gallery](https://wordpress.org/support/topic-tag/gallery/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 0 replies
 * 1 participant
 * Last reply from: [marco-raaphorst](https://wordpress.org/support/users/marco-raaphorst/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/jetpack-content_width-gallery-issue/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
