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
Avhengigheter: #6
En shortcode som embedder youtube, vimeo og liknende responsivt.
Foreslått syntaks: [[youtube <id>]]
[[youtube <id>]]
Eksempel:
[[youtube wE3fmFTtP9g]]
Gir:
<div class="videoWrapper"> <iframe width="420" height="315" src="http://www.youtube.com/embed/wE3fmFTtP9g"> </iframe> </div>
Krever CSS for videoWrapper-klassen:
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .videoWrapper iframe { position: absolute; border: 0; top: 0; left: 0; width: 100%; height: 100%; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Avhengigheter: #6
En shortcode som embedder youtube, vimeo og liknende responsivt.
Foreslått syntaks:
[[youtube <id>]]
Eksempel:
Gir:
Krever CSS for videoWrapper-klassen:
The text was updated successfully, but these errors were encountered: