We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049a8e9 commit 80204e0Copy full SHA for 80204e0
static/templates/partials/link-preview/video.tpl
@@ -1,3 +1,5 @@
1
-<video controls>
2
- <source src="{url}" type="{contentType}">
3
-</video>
+<div class="ratio ratio-16x9">
+ <video controls>
+ <source src="{url}" type="{contentType}">
4
+ </video>
5
+</div>
0 commit comments