vue-youtube-embed icon indicating copy to clipboard operation
vue-youtube-embed copied to clipboard

Responsive parameter

Open wfabritius opened this issue 4 years ago • 2 comments

Suggestion to provide a "responsive=true" parameter. This option would include a wrapper div with below css styling:

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

CSS Source: https://www.ostraining.com/blog/coding/responsive-videos/

wfabritius avatar Jul 03 '20 15:07 wfabritius

usefull functionality

jervalles avatar Jul 04 '20 21:07 jervalles

Perfect. Thanks

eabdollahian avatar May 08 '22 05:05 eabdollahian