Skip to content

Commit

Permalink
fix: Updated width of youtube embed link
Browse files Browse the repository at this point in the history
  • Loading branch information
vasmohi committed Sep 1, 2024
1 parent 635d7a4 commit c9367ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/quick-start/developers/todo-dapp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ description: Moderately difficult smart contract and dApp

**Difficulty Level**: Moderate

<iframe width="560" height="315" src="https://www.youtube.com/embed/9sefSIWX6Fw?si=2ijoq9jVnUFUohJ5" 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>
<iframe width="100%" style={{"aspect-ratio": "16 / 9"}} src="https://www.youtube.com/embed/9sefSIWX6Fw?si=2ijoq9jVnUFUohJ5" 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>


## Step 1 - Setting up your development environment

import Setup from "../\_setup.md"
Expand Down

0 comments on commit c9367ae

Please sign in to comment.