diff options
| author | Samuel Johnson <[email protected]> | 2025-12-10 21:23:29 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-12-10 21:23:29 -0500 |
| commit | 8f27598e6d84bb97da8033a82f7d46445f35be29 (patch) | |
| tree | 2546cccb9982f50fc296b04081c2bc18a59b0064 | |
| parent | 0c12a3849da1d2d94f9697e0cfe5b196287dff03 (diff) | |
Allow full screen on mobile
| -rw-r--r-- | ui/html/pages/video_feed.tmpl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/html/pages/video_feed.tmpl.html b/ui/html/pages/video_feed.tmpl.html index 373a62d..69093f5 100644 --- a/ui/html/pages/video_feed.tmpl.html +++ b/ui/html/pages/video_feed.tmpl.html @@ -7,7 +7,7 @@ <div class="header"> <h4><b>{{.Title}} - {{.Published}}</b></h4> <div class="video_container"> - <iframe src="{{.Link}}"></iframe> + <iframe src="{{.Link}}" frameborder="0" allowfullscreen></iframe> </div> </div> <p>{{.Description}}</p> |
