• Resolved FREEZhao

    (@freezhao)


    I like koji very much!

    Can post feature image crop in the same ratio? I think they will looks more tidy.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @freezhao,

    Glad you like it! Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .preview-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    }

    Change the aspect ratio to your liking. Let me know if that does it.

    — Anders

    Thread Starter FREEZhao

    (@freezhao)

    Cool!!! Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can post feature image crop in the same ratio?’ is closed to new replies.