I like to use Jetpack Tiled Galleries in the counted of an article. The gallery is shown, but the width is only 500 px and not full content width. Jetpack tells
If your theme doesn’t define a content width, Tiled Galleries will default to 500px wide.
Jetpack suggests the following solution
Tiled Galleries are built to fill 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:
- Code: Select all
1
2
if ( ! isset( $content_width ) )
$content_width = 800;
If you do not feel comfortable editing theme files, you can also use this plugin: Custom Content Width.
So, I don't feel comfortable editing the function.php file. So should I use the Custom Content Width Plugin or is there any smarter way to solve the problem?
Thanks a lot!
Sylvia