Options

Can I put a border around a vimeo or video...

toddbuchanantoddbuchanan Registered Users Posts: 60 Big grins
edited August 29, 2013 in SmugMug Customization
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?

Comments

Sign In or Register to comment.