summaryrefslogtreecommitdiff
path: root/includes/desktop/components/video.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/desktop/components/video.php')
-rw-r--r--includes/desktop/components/video.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/desktop/components/video.php b/includes/desktop/components/video.php
index 3734fe5..2a9c19c 100644
--- a/includes/desktop/components/video.php
+++ b/includes/desktop/components/video.php
@@ -1,3 +1,3 @@
<?php function c_video(string $id): void { ?>
-<iframe src="/video.php?v=<?= htmlentities(urlencode($id)) ?>" frameBorder="0" border="0" width="342" height="291"></iframe>
+<iframe src="/video.php?v=<?= htmlentities(urlencode($id)) ?>" allowfullscreen frameBorder="0" border="0" width="342" height="291"></iframe>
<?php } ?>