• Resolved michalmarcek

    (@michalmarcek)


    Hi,
    I need some help with the thumbnails on homepage. I would like to choose what part of the image to show on homepage square thumbnail by re-cropping the images. I could not achieve this by Post thumbnail editor. Do you have any other solutions?

    My web: https://michalmarcek.com

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter michalmarcek

    (@michalmarcek)

    Ok I think I could change the crop what to display. I needed to crop the post-thumb with Post thumbnail editor plugin. But it does not really solve my problem. Cause when I make the post-thumb square it is using this same squared image for the responsive/mobile version. And there is an other ratio. I would like to leave it 16:9 by default on responsive.

    Theme Author Anders Norén

    (@anlino)

    Hi @michalmarcek,

    Hitchcock scales all thumbnails on archive pages to a 1:1 aspect ratio by default. You can change the aspect ratio to 16:9 by adding the following CSS to Appearance → Customizer → Extra CSS:

    .posts .post {
        padding-top: 17.26875%;
    }

    — Anders

    Hello,
    I have the some problem.
    My question is if there is possibility to upload thambnail image separately from post image.
    Because when I publish image with text on it, text on thumbnail is cropped.
    Thank you!

    • This reply was modified 5 years, 5 months ago by igornv.
    Theme Author Anders Norén

    (@anlino)

    @igornv Not out of the box, no. I remember there being plugins doing something similar, but I don’t know of any offhand.

    @michalmarcek The CSS I posted should take care of your issue, so I’m marking the thread as resolved.

    Hi Anders!
    Thank you for your answer.

    I changed post background color to dark gray:

    .post-[ID] .post-container { background: #000; }

    but i still can not find way to change post title color from black to white.

    Could you help?

    Thanks!

    • This reply was modified 5 years, 5 months ago by igornv.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Edit Post Thumbnails’ is closed to new replies.