change video type
This commit is contained in:
parent
1d859b5afa
commit
891bc4f8bf
|
@ -116,7 +116,7 @@ export class ClientHtml {
|
||||||
|
|
||||||
'og:video:url': embedUrl,
|
'og:video:url': embedUrl,
|
||||||
'og:video:secure_url': embedUrl,
|
'og:video:secure_url': embedUrl,
|
||||||
'og:video:type': 'text/html',
|
'og:video:type': 'video/mp4',
|
||||||
'og:video:width': EMBED_SIZE.width,
|
'og:video:width': EMBED_SIZE.width,
|
||||||
'og:video:height': EMBED_SIZE.height,
|
'og:video:height': EMBED_SIZE.height,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue