grgr.me

latest commits to https://grgr.me/
Log | Files | Refs

commit 50c34e5bfb5617faffec35706711165ff914e4c4
parent 64f2c511765eb22eb2f324590646e7b2e0918e3b
Author: corndog <cauchyn@firemail.cc>
Date:   Thu, 20 Jun 2019 15:09:36 -0700

It appears Youtube gave up on fullscreen option

Diffstat:
Min/me/index.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/in/me/index.md b/in/me/index.md @@ -9,7 +9,7 @@ tags: prose const url = "https://www.youtube-nocookie.com/embed/" + id + timestamp; const iframe = document.createElement('iframe'); iframe.setAttribute("src", url); - iframe.setAttribute("allow", "encrypted-media fullscreen"); + iframe.setAttribute("allow", "encrypted-media"); iframe.setAttribute("allowfullscreen", true); div.appendChild(iframe); div.style.paddingBottom = "56.25%";