• Resolved tom84

    (@tom84-1)


    Hi,

    After I’ve updated the plugin, the Instagram photos are displayed only very small. The selection of the image size under the settings shows no effect. Why is that?

    https://www.mariohausmannweddings.com/

    best reagrds

    Tom

    addendum: with the following CSS commands the feed can be displayed better again:

    .sbi_photo img {display: block! important;}

    .sbi_photo {height: auto! important;}

    • This topic was modified 6 years, 11 months ago by tom84.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey tom84,

    Glad you could find a fix! It looks like one of the wrapping elements was set to “display: table” which was causing the issue. You could also try this CSS:

    .instagram-container .post-entry {
        display: block !important;
    }

    Let me know if you have more questions!

    – Craig

Viewing 1 replies (of 1 total)
  • The topic ‘Instagram photos are displayed only very small’ is closed to new replies.