Skip to content
Snippets Groups Projects
Commit 42505cae authored by Stu Robson's avatar Stu Robson
Browse files

uses yaml for url

parent a1491e8f
No related branches found
No related tags found
No related merge requests found
Pipeline #17918 passed with stage
in 1 minute and 52 seconds
......@@ -3,3 +3,5 @@ label: Video
preview: '@preview--blocks'
context:
component-type: block
url: https://www.youtube.com/embed/nGNvYjYQaaQ?rel=0
<div class="vf-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/nGNvYjYQaaQ?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="{{ url }}" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment