Instagram Sidebar Widget

  • Unknown's avatar

    How do I make my instagram sidebar widget to be in square size formatting?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Good day,

    I see that your Instagram pictures are displaying in 640×693 dimensions.

    I’ve tested the widget using my own site and the frames should be of a square dimension.

    This could possibly be a setting of sort with the Theme Spatial or a CSS code. I have tagged ‘modlook’ for Staff to come and take a look.

    Cheers,
    Win

  • Hi there,

    Instagram no longer displays only square images, but you can use custom CSS to force the widget to still only show square images. This code should do the trick:

    .widget_wpcom_instagram_widget .wpcom-instagram-images img {
    	max-height: 240px;
    	max-width: 240px;
    }

    You can add that at My Site ->Customize ->CSS. Note that as a Premium Plan customer you can also get help with stuff like this via live chat:

    https://wordpress.com/help/contact

    @drunkentennis

    This thread was created on 18 January. In most cases if a thread has been sitting that long it’s safe to just ignore it, as the issue is most likely already resolved via a different support channel, or the user has forgotten about it.

  • The topic ‘Instagram Sidebar Widget’ is closed to new replies.