• I have decided to use the Jetpack image mosaic plugin and I’m having issues with the theme not setting a content with.

    I have seen some forums that suggestions to solve the issue by adding this code to the functions.php

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

    I currently have the theme site set at 1400px so the content area is right around 640 but it’s seems to not be using that set size because the image aren’t filling the area. Any suggestions?

The topic ‘Jetpack Image tiles’ is closed to new replies.