Okay
  Public Ticket #392772
Blog
Closed

Comments

  • Sara started the conversation

    On my blog the images are a little glitchy. Depending on how wide the browser is something there's a white bar inside the bottom of the frame.... is there a way to make the image fit no matter what size the width of the screen is?

  •  291
    Paul replied

    Sara,

    Please try using this custom CSS to adjust the height:

    .blog-item-thumbnail {
        height: auto;
    }

    Hope this helps!

    Cheers,
    Paul

  • Sara replied

    Perfect again! You guys are geniuses!!