Adding black bars to a Vimeo video (if keeping consistent with Youtube videos in an LOF):
.oembed img[src*="vimeo"] { padding: 22px 0; background: black; }
Getting rid of black bars on youtube videos:
.oembed a { display: block; width: 363px; height: 272px; margin-bottom: -55px; }.oembed a img { height: 272px; position: absolute; clip: rect(35px,363px,235px,0px); top: -35px; }
See also: Video