• Resolved bechapin

    (@bechapin)


    Hopefully someone can help me with this. I am using the Jetpack Tiled Mosaic gallery on a responsive site that I just built for my church. I like the plugin a lot, but would like to see if I can get the mosaic image gallery to fill the entire content area instead of the way that it does now. When I insert the gallery now it only fills about 70-80% of the content area. I would think that this can be done, but need some assistance figuring it out. Thanks.

    https://wordpress.org/plugins/jetpack/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had this problem one theme. I didn’t like the theme anyway and went back to another I had been working with and the gallery worked fine.

    I would either change themes or search your theme and problems with tiled galleries.

    Hope that works!

    Plugin Contributor Richard Archambault

    (@richardmtl)

    Hi!

    Tiled Galleries are built to fit your theme’s content width. You can define a specific $content_width value by adding the following code to your theme’s functions.php file:

    if ( ! isset( $content_width ) )
    $content_width = 800;

    The 800 actually represents the width of the content area; you’ll need to figure out what it is by using a web developer tool, or you can share your URL and I’ll take a look myself.

    If you’d rather not edit your theme’s functions.php file, you can also try the following plugin:

    http://wordpress.org/plugins/custom-content-width/

    Once you’ve installed it, set the width to 800 px (again, the actual number will depend on your width).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jetpack Tiled Mosaic on a Reponsive Site’ is closed to new replies.