Okay
  Public Ticket #813401
Blog video thumbnails are all very thin
Closed

Comments

  • Mathieu Legault started the conversation

    Hi,

    I have my blog set to 2-columns Masonry style. When I make a post with a video as the featured image, it is all squished and thin on the blog page. I want it to keep it's dimensions of 16:9. instead it's like 16:4. 

    Check out the blog page and the latest blog post here to see what I mean, http://matt.legault.me/blog/

    Thank you in advance!

  • [deleted] replied

    Hi Mathieu,

    Can you please send us your WP credentials and we will check what is the problem.

    Make sure to choose Private Reply when you send us sensitive informations!

  •   Mathieu Legault replied privately
  • [deleted] replied

    Hi Mathieu,

    Can you please add the code below to Custom CSS area on that page only

    .blog-holder .box-holder .post-format .embed-youtube iframe {
        max-height: 312px;
    }
    
  • Luke replied

    Hello Mathieu and Ylli,

    I am having the exact same issue on my Kalium theme website. The thumbnails for video posts are showing up very thin on the blog page. The code snippet below that you provided doesn't seem to work for me.

    Cheers,

    Luke


  • Mathieu Legault replied

    Hi Luke and Ylli,

    First of all, thank you Ylli for the help! My problem is resolved :)

    Luke, try this; it worked for me.

    .blog-holder .box-holder .post-format .embed-youtube iframe {
        height: 312px !important;
    }
    

    Mathieu

  • Luke replied

    Hello Mathieu,

    Hmm, I can't get that code snippet to work either. I'm posting this in the Custom Code box on the page, right?

    Cheers,

    Luke

  • Mathieu Legault replied

    Hi Luke,

    I posted the code in the "Custom CSS".

    Check this video to see where to put it.

    Hope this helps!

    Mathieu

  • Luke replied

    Hi Mathieu,

    That worked like magic. Thanks so much. I got confused reading Ylli advice to place it "on that page only."

    Cheers from Toronto, Canada

  • [deleted] replied

    Hi Mathieu and Luke,

    I'm glad that the problem is solved for both of you, and i'm glad to see that you helped each other :)

    Have a nice day for both of you!