From b4b928cef12118db5cc533676027d8d4992c27ab Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Tue, 10 Jan 2023 10:52:51 +0100 Subject: [PATCH] fix fullscreen attr --- src/Text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text.js b/src/Text.js index e5b3dd6b..e2a56c06 100644 --- a/src/Text.js +++ b/src/Text.js @@ -38,7 +38,7 @@ function transformHttpLink(a) { title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" - allowfullscreen="" + allowFullScreen="" />