• Resolved thefieldcollective

    (@thefieldcollective)


    Hi there,

    I’m wondering if there is a way to vary the size of the images displayed?

    For example, if we have a 8×8 grid, 1 large image is displayed instead of 4 small images in a square?

    It would be great if there is a way to do this as i’ll certainly purchase the full version!

    Many Thanks,

    Nathan.

    https://wordpress.org/plugins/instagram-feed/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey Nathan,

    You should be able to change the layout and size of the images by just changing the number of columns on the plugin’s Customize page. The feed will display in 1 column on mobile unless you uncheck the ‘Disable mobile layout’ option. If you send me a link to the page where you’re displaying the feed then I’d be happy to take a look for you to see what’s going on.

    I hope you’re having a good evening,

    John

    Hi john

    I have an issue too with thumbnail display ,
    I would like to display a 3 x 3 grid of images but its only displaying 4 x 4 even tho i chose 3 x 3
    if you have time can you look at http://www.kodalighting.com.au/stage plugin is at the bottom left of the page. much appreciated if you can.

    is this something in the pro version?

    Plugin Author smashballoon

    (@smashballoon)

    Hey Scott,

    There’s no need to upgrade to the Pro version for this feature as it’s available in the free version. It looks like the reason for the issue is that the plugin’s CSS file isn’t being included in your page. The most common reason for this is that your theme doesn’t include the WordPress wp_head function in it’s header.php file which is required by plugins to add files to the header of your page. Could you do the following for me and let me know if it fixes the issue?

    Open your theme’s header.php file and add the following immediately before the closing </head> tag: <?php wp_head(); ?>

    Let me know whether that does the trick!

    John

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

The topic ‘Tile Size Variation’ is closed to new replies.