The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-oembed/client/oembedVideoWidget.html

12 lines
332 B

<template name="oembedVideoWidget">
{{#if parsedUrl}}
<blockquote>
<div><a href="{{url}}">{{parsedUrl.host}}</a></div>
<div>{{title}}</div>
<video controls class="inline-video">
<source src="{{url}}" type="{{contentType}}">
Your browser does not support the video element.
</video>
</blockquote>
{{/if}}
</template>