Can I put a border around a vimeo or video...
toddbuchanan
Registered Users Posts: 60 Big grins
I have tried to narrow down the right CSS that I could put a 1 pt border around either the video image (preferable) or the container around the video feed...
I tried to stab at putting a boarder around the container with this but obviously I'm not doing it right:
.sm-user-ui .SM.PageWidget.Vimeo
{
background-color: rgba(0, 0, 0, 0.4);
padding-left: 20px;
padding-right: 20px;
border: 1px solid #fff;
}
Any thoughts?
I tried to stab at putting a boarder around the container with this but obviously I'm not doing it right:
.sm-user-ui .SM.PageWidget.Vimeo
{
background-color: rgba(0, 0, 0, 0.4);
padding-left: 20px;
padding-right: 20px;
border: 1px solid #fff;
}
Any thoughts?
0
Comments
.sm-user-ui .sm-page-widget-vimeo {
border: 1px solid #fff;
max-width: 100%;
display: block;
background-color: rgba(0, 0, 0, 0.6);
}
You can see an example here: http://medmeetingimages.smugmug.com/Video
Thanks
Corporate & Editorial Photojournalism
Corporate & Editorial Photojournalism