aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-12-10 21:23:29 -0500
committerSamuel Johnson <[email protected]>2025-12-10 21:23:29 -0500
commit8f27598e6d84bb97da8033a82f7d46445f35be29 (patch)
tree2546cccb9982f50fc296b04081c2bc18a59b0064
parent0c12a3849da1d2d94f9697e0cfe5b196287dff03 (diff)
Allow full screen on mobile
-rw-r--r--ui/html/pages/video_feed.tmpl.html2
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>