Skip to content

Commit 98480e9

Browse files
docs: make contributing video responsive (#3886)
1 parent a7be158 commit 98480e9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

projects/ngrx.io/content/marketing/contributing.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,18 @@ NgRx is a community-maintained project that thrives due to the contributions of
1212

1313
Watch as Brandon Roberts and Jan-Niklas Wortmann walk through how to contribute to RxJS and NgRx through the docs. They will cover finding issues, making changes, and submitting a pull request.
1414

15-
<iframe width="560" height="315" src="https://www.youtube.com/embed/ug0c1tUegm4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
15+
<div class="video-container">
16+
<div class="video-responsive-wrapper">
17+
18+
<iframe
19+
src="https://www.youtube.com/embed/ug0c1tUegm4"
20+
allow="accelerometer; encrypted-media; gyroscope; picture-in-picture"
21+
allowfullscreen
22+
frameborder="0"
23+
></iframe>
24+
25+
</div>
26+
</div>
1627

1728
### Folder Structure
1829
Source code for the NgRx docs and the ngrx.io website exist under the `projects/ngrx.io/content` folder. If you are planning to contribute features and/or bug fixes relating to the docs or the website, the code is there. The structure is split up between the following subfolders and key files:

0 commit comments

Comments
 (0)