what do you think about add default css for video embed ? like : https://webdesignerwall.com/tutorials/css-elastic-videos Elastic Object & Iframe Embedded Videos ?
.oembed-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.oembed-video-vimeo-com {
padding-bottom: 52.25%;
}
.oembed-video iframe,
.oembed-video object,
.oembed-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
]]>
Thanks for this excellent plugin ! Works perfectly with WP 3.1.X.
I’ve only one comment about it: it’s hard to find. I’ve been looking all over the internet for something like this. It’s just when I decided to develop it by myself that i’ve found it !
Maybe you could add a few keywords to the plugin’s page ?? I often used keywords like “WordPress Youtube video css custom style” in my searches.
A screenshot with the example of a frame around a video could also be useful, making the utility of this plugin easier to understand.
Thanks again ! And if you wonder about the result, check it out: https://uppix.com/f-frame4e03f844000baac7.jpg ??
]]>