Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #446408

    Hi there,

    Yesterday you guys helped me add featured images to my search results as explained in this post: https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161

    This works great.
    But how do I get the featured image to show up in it orginal size and dimensions instead of in a round cropped version?

    #446419

    Hi MulderMind!

    Can you please post the link to your website?

    Regards,
    Yigit

    #446431
    This reply has been marked as private.
    #446435

    Hi!

    Please add following code to Quick CSS

    .search-result-counter {
      width: auto;
      height: auto;
      background: transparent!important;
      box-shadow: none;
    }
    .search-result-counter img {
      border-radius: 0;
    }
    #top .template-search.content .entry-content-wrapper { 
    padding-left: 270px;
    min-height: 400px;
    }
    

    Best regards,
    Yigit

    #446464

    Awesome that did the trick.
    Thanks again!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change featured image on searchresults’ is closed to new replies.