Title: Doesn&#8217;t work full width ?
Last modified: May 11, 2017

---

# Doesn’t work full width ?

 *  [scalap](https://wordpress.org/support/users/scalap/)
 * (@scalap)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/doesnt-work-full-width/)
 * Hello,
    Thanks for this plugin 2.2 (tried 2.1 too). Just the function i need 
   for my static home page, nothing else. I like it.
 * But as the page content is full width inherited, the masonry plugin is constrained(
   tiles) :
    data-original-width=”640″
 * I there something i can do to solve this limit ?
 * Thanks for your help,
    Scalap
 * NB I wonder if there is something missing in the translation of the plugin. There
   is no field “width” to parameter ? I am french.

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

 *  [antonyjosephsmith](https://wordpress.org/support/users/antonyjosephsmith/)
 * (@antonyjosephsmith)
 * [9 years ago](https://wordpress.org/support/topic/doesnt-work-full-width/#post-9156721)
 * I had a similar problem and after looking in the code found a filterable function:
 * This increase the data-original-width for me!
 *     ```
       // Changes tiled gallery width
   
       function custom_tiled_gallery_width( $custom_hello_text ) {
       	return 1200;
       }
   
       add_filter( 'tiled_gallery_content_width','custom_tiled_gallery_width');
       ```
   
 * Just stick it in your functions file
 *  [mikaelronnback](https://wordpress.org/support/users/mikaelronnback/)
 * (@mikaelronnback)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/doesnt-work-full-width/#post-9324882)
 * This sounds just about what I’m searching for, but I need a little help here.
 * I tried updating the functions.gallery.php in the plugin directory which did 
   not go that well at all.
    Is it the main functions.php under /includes you mean
   should be edited?
 *  [antonyjosephsmith](https://wordpress.org/support/users/antonyjosephsmith/)
 * (@antonyjosephsmith)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/doesnt-work-full-width/#post-9324904)
 * Yeah you don’t want to touch the files in the plugin at all.
 * This filter should be added into your theme files. Here’s a few pointers on where
   you’ll find that:
 * [https://codex.wordpress.org/Functions_File_Explained](https://codex.wordpress.org/Functions_File_Explained)
 *  [goldmanas](https://wordpress.org/support/users/goldmanas/)
 * (@goldmanas)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/doesnt-work-full-width/#post-9390904)
 * Very helpful! Exactly what I was looking for. Thanks man!
 *  [webbeetle](https://wordpress.org/support/users/webbeetle/)
 * (@webbeetle)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/doesnt-work-full-width/#post-9406259)
 * [@antonyjosephsmith](https://wordpress.org/support/users/antonyjosephsmith/) 
   Thank you very much, this was exactly what I was looking for!
    Now I only need
   to adjust the margin-bottom (easy). 😀
 *  [javiroces](https://wordpress.org/support/users/javiroces/)
 * (@javiroces)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/doesnt-work-full-width/#post-9942816)
 * Strange things happen: i apply your code to my functions.php file, and it works…
   just once!… ?? Refreshing it’s again previous width 🙁
 *  [javiroces](https://wordpress.org/support/users/javiroces/)
 * (@javiroces)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/doesnt-work-full-width/#post-9942837)
 * Sorry, must be an error with server saving changes in file. Now ot’s ok! but,
   what about “$custom_hello_text”? how is it involved?
    thanks!

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

The topic ‘Doesn’t work full width ?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tiled-gallery-carousel-without-jetpack_8c777c.
   svg)
 * [Tiled Galleries Carousel Without Jetpack](https://wordpress.org/plugins/tiled-gallery-carousel-without-jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tiled-gallery-carousel-without-jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tiled-gallery-carousel-without-jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/tiled-gallery-carousel-without-jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tiled-gallery-carousel-without-jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tiled-gallery-carousel-without-jetpack/reviews/)

 * 7 replies
 * 6 participants
 * Last reply from: [javiroces](https://wordpress.org/support/users/javiroces/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/doesnt-work-full-width/#post-9942837)
 * Status: not resolved