Skip to content

Commit 7c34ab2

Browse files
authored
Reuse Chapter 2 responsive iframe styles in Chapter 3 introduction (#475)
* chore(ui): update iframe styles for responsive video embed * added closing tag of div
1 parent 949a902 commit 7c34ab2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/chapter3/1introduction.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ The CircuitVerse simulator includes different sections for building and managing
1010

1111
<div>
1212
<iframe
13-
width="1424"
14-
height="592"
1513
src="https://www.youtube.com/embed/F-_uvYJK938"
14+
style="width: 100%; aspect-ratio: 16 / 9;"
1615
title="YouTube video player"
1716
frameborder="0"
1817
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
1918
allowfullscreen
2019
></iframe>
21-
</div>
20+
</div>

0 commit comments

Comments
 (0)