youtube
Inbuilt. Embed Youtube videos into your pages.
Table of Contents
Example HTML
<iframe width="560" height="315" src="https://www.youtube.com/embed/UKBp7LID-go?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
Hugo Shortcode
{{< youtube id="UKBp7LID-go" >}}
Example
You can also add autoplay="true"
as an additional argument.
Source: https://www.azurecitadel.com/about/contributing/shortcodes/youtube/
Printed: