diff options
Diffstat (limited to 'includes/desktop')
-rw-r--r-- | includes/desktop/components/video.php | 2 |
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 } ?> |