edited some music pages, started an 'fstab' guide
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<div class="video-container" style="text-align: center; margin: auto;">
|
||||
<video controls preload="metadata" width="{{ .Get "width" | default "100" }}" style="max-width: 100%; height: auto; border-radius: 4px;">
|
||||
<source src="{{ .Get "src" }}" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<div class="video-wrapper" style="max-width: {{ .Get "width" | default "100%" }}; margin: 0 auto;">
|
||||
<video src="{{ .Get "src" | relURL }}" controls style="width: 100%; height: auto;">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user