Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #426384

    Hello Support,

    http://lw.bypundyk.com/

    Is there a way to make the featured post display as a rectangle so that the image doesn’t get cropped out. Currently when the featured image is created in the post it creates a square and the image gets cut off on the left and right.

    We wanted to know if we can change it to rectangle so that more of the image is diplayed like the way you would see it when you click on the post eg. http://lw.bypundyk.com/liis-on-life-welcome-blog-2/

    Hope to hear from you soon.

    Thanks,
    MP

    #426447

    Hey Marcelo!

    I’m not entirely sure I understand what you mean, you want the featured image, like on this page: http://lw.bypundyk.com/blog/ to be rectangle shaped instead of squares, correct?

    Regards,
    Rikard

    #426668

    That is correct rectangle shaped so that the image doesn’t get cropped out too much.

    Let me know if thats possible.

    Thx.
    MP

    #426916

    Hi!

    You can use this to change the news thumb container size:

    .news-thumb {
      height: 36px;
      width: 50px;
    }
    
    .news-thumb img, .news-thumb img {
      height: 28px;
      width: 42px;
    }

    Use the Simple Image Sizes plugin to adjust the widget thumbnail size. Regenerate the thumbnails after.

    Regards,
    Ismael

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