We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/
The text was updated successfully, but these errors were encountered:
usefull functionality
Sorry, something went wrong.
Perfect. Thanks
No branches or pull requests
Suggestion to provide a "responsive=true" parameter. This option would include a wrapper div with below css styling:
CSS Source: https://www.ostraining.com/blog/coding/responsive-videos/
The text was updated successfully, but these errors were encountered: