• Resolved orthostice

    (@orthostice)


    The plugin was working fine one day and then not the next. Very new to this and not sure what the problem is, but when the browser window drops below a certain width, the instagram thumbnails start changing width, squishing them down while maintaining the original heights. Any help?

    See:
    http://www.joshshagam.com/instagram-feed/

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

    (@smashballoon)

    Hey orthostice,

    The issue is that on line 334 of your theme’s style.css file you have the following:

    .content-page img {
      display: block;
      height: 50%;
      max-width: 2000px;
    }

    The height: 50%; is what’s causing the problem. You should be able to override this by adding the following to our plugin’s Custom CSS section, which is on the plugin’s Customize page:

    #sb_instagram img{ height: auto; }

    Let me know whether that solves the problem for you, and have a good weekend!

    John

    Thread Starter orthostice

    (@orthostice)

    That did the trick! Thank you so much John!

    Plugin Author smashballoon

    (@smashballoon)

    You’re welcome, happy to help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image thumbnails not maintaining proportions’ is closed to new replies.