|
If I read a article with a embedded YouTube video, I see a button to view the video in full screen. But if I click the full screen button, the function doesn't work. Is there any way to display a embedded YouTube video in full screen or at least make it bigger? |
Answered by
Offerel
Jan 7, 2025
Replies: 1 comment
|
The problem was with my nginx config. With the following parameters for permissions-policy/fullscreen it works:
|
0 replies
Answer selected by
Alkarex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem was with my nginx config. With the following parameters for permissions-policy/fullscreen it works:
add_header Permissions-Policy "fullscreen=(self 'https://www.youtube.com')";