Hi, The problem you have is because some video title/ description are longer. You can set a min-height to your box or limit the title and description length. I have blurred the title/description and image
dgarofalo
ASKER
Thank you for the input. I truncated the name of the videos with CSS. How do I fill in the space in red so all thumbnails are the same size? Thank you.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Scott Fell
From the two files I have uploaded, you can see the video tags are the same size.
If you use video { object-fit: cover; } in place of the inline style, that will get the videos to all be the same size.
I apologize for t his odd post, because I tried adding my screenshots in the comment instead of attached, the page errored out on me and I had to wait until now to post again. I see from your current page you found my edited suggestion. Is this where you want to be or do you need to modify some more?
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
There is an issue with uploading my screenshots and I am not able to view the page so having to edit here.
You need to remove the style="width:250;height250;"
Then add to your CSS add
Open in new window