• Soooo, I haven’t found a solution to the width. My tiled-gallery for the Lamoon theme is set at 500px even though in Theme Functions.php the code is:
    if (!isset($content_width)) $content_width = 900;

    I don’t have any other image gallery plugins installed.

    When I inspect element, it says: data-original-width=”500″ I assume this is where it’s inherited from, but I don’t know where specifically.

    Every other theme I’ve tried, that number matches the $content_width number in the functions.php file.

    So I have no idea.

    here’s the page: http://digitalblueberries.com/products/

Viewing 1 replies (of 1 total)
  • Thread Starter digitalbum

    (@digitalbum)

    Ok, well sometimes you just gotta figure this stuff on your own.

    Soooo I edited the jetpack/modules/tiled-gallery/tiled-gallery.php file:
    changed
    $tiled_gallery_content_width = 500;
    to
    $tiled_gallery_content_width = 700;

    If anyone’s out there.

Viewing 1 replies (of 1 total)
  • The topic ‘Tiled-Gallery Width, can't change’ is closed to new replies.