Skip to content

Commit ee17ef6

Browse files
authored
Fix deeplink YT link (#338)
1 parent 401df60 commit ee17ef6

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

docs/ff-concepts/navigation-routing/deep-dynamic-linking.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -672,28 +672,5 @@ Be sure to test both fresh installs (deferred deep links) and existing app sessi
672672
673673
:::tip
674674
For a complete walkthrough, check out the tutorial video:
675-
<div style={{
676-
position: 'relative',
677-
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
678-
height: 0,
679-
width: '100%'}}>
680-
<iframe
681-
src="https://www.youtube.com/embed/v=nEBot6-zhfY"
682-
title="Sharing a Project with a User"
683-
style={{
684-
position: 'absolute',
685-
top: 0,
686-
left: 0,
687-
width: '100%',
688-
height: '100%',
689-
colorScheme: 'light'
690-
}}
691-
frameborder="0"
692-
loading="lazy"
693-
webkitAllowFullScreen
694-
mozAllowFullScreen
695-
allowFullScreen
696-
allow="clipboard-write">
697-
</iframe>
698-
</div>
699-
:::
675+
<div class="video-container"><iframe src="https://www.youtube.com/embed/nEBot6-zhfY?si=y-flWx8zoGH8mgjM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
676+
:::

0 commit comments

Comments
 (0)