Skip to content

Commit 2978a43

Browse files
committed
fix: video width
1 parent d2ed4b7 commit 2978a43

File tree

3 files changed

+620
-564
lines changed

3 files changed

+620
-564
lines changed

docs/docs/intro/getting-started/expo-router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ Navigate to `/storybook` in your app to view your stories.
113113

114114
For a visual walkthrough of this setup process, watch this video tutorial:
115115

116-
<iframe width="560" height="315" src="https://www.youtube.com/embed/egBqrYg0AIg" title="Expo Router + Storybook Setup" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
116+
<iframe width="560" style={{maxWidth:"95%"}} height="315" src="https://www.youtube.com/embed/egBqrYg0AIg" title="Expo Router + Storybook Setup" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
1717
},
1818
"dependencies": {
19-
"@docusaurus/core": "3.8.0",
20-
"@docusaurus/faster": "3.8.0",
21-
"@docusaurus/preset-classic": "3.8.0",
19+
"@docusaurus/core": "3.8.1",
20+
"@docusaurus/faster": "3.8.1",
21+
"@docusaurus/preset-classic": "3.8.1",
2222
"@mdx-js/react": "^3.0.0",
2323
"clsx": "^2.0.0",
2424
"prism-react-renderer": "^2.3.0",
2525
"react": "19.0.0",
2626
"react-dom": "19.0.0"
2727
},
2828
"devDependencies": {
29-
"@docusaurus/module-type-aliases": "3.8.0",
30-
"@docusaurus/tsconfig": "3.8.0",
31-
"@docusaurus/types": "3.8.0",
29+
"@docusaurus/module-type-aliases": "3.8.1",
30+
"@docusaurus/tsconfig": "3.8.1",
31+
"@docusaurus/types": "3.8.1",
3232
"typescript": "~5.8.3"
3333
},
3434
"browserslist": {

0 commit comments

Comments
 (0)