Skip to content

Commit

Permalink
Merge pull request #13 from mcleo-d/add-clyde-video
Browse files Browse the repository at this point in the history
Fix Video Player Relative Height and Width
  • Loading branch information
James McLeod authored Sep 4, 2022
2 parents a0ea9e0 + a4c71bb commit 6b4a1f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/podcasts/new-model-training.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ https://user-images.githubusercontent.com/66965127/185688210-e702a3d0-6f6f-4afb-
<ReactPlayer
url="https://user-images.githubusercontent.com/66965127/185688210-e702a3d0-6f6f-4afb-a647-b4c8ada728f6.mp4"
controls="true"
width="100%"
height="100%"
/>

## Clyde Seepersad Episode
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ module.exports = {
}
]
]
};
};

0 comments on commit 6b4a1f0

Please sign in to comment.