Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #458380

    I can’t get the images to have the same size. I tried Ajax rebuilder. I have the blog layout set to own layout. And the page is set to featured 1500 x 300 for preview image. The first two are right, but the other ones are too high.

    http://www.joycewolthuis.nl/blog/

    #458784

    Hi sjoisw!

    You can use some CSS to force it like so.

    .template-blog .big-preview img {
      max-height: 200px;
      min-height: 200px;
    }

    But that may make some of them look distorted. It’s most likely because some of your images are not big enough to crop to 1500 x 300. I would try using a smaller thumbnail size.

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.