From 998e0a062fbb2fe769852b15f3b71f1c0b0801b6 Mon Sep 17 00:00:00 2001 From: Riba <mrp19@inf.ufpr.br> Date: Tue, 18 Feb 2020 09:34:39 -0300 Subject: [PATCH] =?UTF-8?q?V=C3=ADdeo=20adicionado=20a=20p=C3=A1gina=20pla?= =?UTF-8?q?taforma=20mec,=20fim=20das=20p=C3=A1ginas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Components/HelpCenter/TabsPlataformaMEC/How.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/Components/HelpCenter/TabsPlataformaMEC/How.js b/src/Components/HelpCenter/TabsPlataformaMEC/How.js index f332af16..f98d20b9 100644 --- a/src/Components/HelpCenter/TabsPlataformaMEC/How.js +++ b/src/Components/HelpCenter/TabsPlataformaMEC/How.js @@ -31,13 +31,15 @@ export default function How(props) { <span>{props.title}</span> </div> <div style ={{width:"640px", height: "360px" }}> - <iframe src="https://www.youtube.com/watch?v=CRW5h2pHugM&feature=emb_logo" - width="640px" - height="360px" + <iframe width="640" + height="360" + src="https://www.youtube.com/embed/CRW5h2pHugM" frameborder="0" - allow="autoplay; fullscreen" + allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen - ></iframe> + > + + </iframe> </div> </Card> ); -- GitLab