Browse Source

add viewport meta to hls and webrtc page (#1653)

pull/1678/head
kkocdko 2 years ago committed by GitHub
parent
commit
1c70d627da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      internal/core/hls_index.html
  2. 1
      internal/core/webrtc_index.html

1
internal/core/hls_index.html

@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<style>
html, body {
margin: 0;

1
internal/core/webrtc_index.html

@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<style>
html, body {
margin: 0;

Loading…
Cancel
Save