Skip to content

Commit 9dce430

Browse files
Fix: adjust YouTube video iframe for responsive width and correct title (#467)
Co-authored-by: Nihal <65150640+Nihal4777@users.noreply.github.com>
1 parent dfe4656 commit 9dce430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/chapter3/1introduction.md

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

1111
<div>
1212
<iframe
13+
style="width:100%; aspect-ratio:16/9;"
1314
src="https://www.youtube.com/embed/F-_uvYJK938"
14-
style="width: 100%; aspect-ratio: 16 / 9;"
15-
title="YouTube video player"
15+
title="Make Your First Circuit Simulation With CircuitVerse"
1616
frameborder="0"
1717
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
1818
allowfullscreen

0 commit comments

Comments
 (0)