Archived topic
Border around videos
3 replies · Started by Rocky on October 26, 2018
Hey guys,
Quick question, I'm trying to put a border around my Vimeo videos and I'd like a 5px border the color of #333333. Would anyone know how to add this code to an embed responsively code?
For example, to this code below:
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style>
I appreciate the help.
Hi there,
Can you link us to a page where the video is added?
Try this CSS:
.player .vp-player-layout {
border: 5px solid #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/