When creating a video post, thumbnail is too short

Hi,

You can see my problem with this image:
https://www.dropbox.com/s/kinkred8puh51jy/video%20thumbnail%20issue.png?dl=0

When I create a video post, the bottom part of the thumbnail is missing. When you click on the post and go the post-page, the thumbnail is the correct size. However on the home page, it remains “cut short”.

Is the a solution for this?

Hi @bananaman,

I hope you are well today and thank you for your question.

Could you please share me your site URL where it’s displaying so that i can help you?

Best Regards,
Movin

Thanks, Movin,

http://www.ultimatekorean.com

You can display it correctly by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.blog-item-wrap .entry-video > iframe {
    height: 420px;
}

Perfect.

Thanks, Movin!

You are most welcome here :slight_smile: