This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed
Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ provide the GitHub or GitLab organization name.
2828## Email Support
2929
3030You can also reach out to us at
31- [ contact @coderabbit.ai] ( mailto:contact @coderabbit.ai ) .
31+ [ support @coderabbit.ai] ( mailto:support @coderabbit.ai ) .
3232
3333::: tip
3434
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ description:
1010slug : " /"
1111---
1212
13- <iframe width =" 100% " height =" 315 " src =" https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY " 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 >
13+ <div class =" video-container " >
14+ <iframe src =" https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY " 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 >
15+ </div >
16+
1417
1518** CodeRabbit** is an innovative, AI-first code reviewer. It provides
1619context-aware review feedback on a pull request within minutes, thereby
Original file line number Diff line number Diff line change @@ -82,3 +82,20 @@ a[docid="docs"] > svg {
8282[data-theme = "dark" ] img [src $= "#gh-light-mode-only" ] {
8383 display : none;
8484}
85+
86+ .video-container {
87+ position : relative;
88+ padding-bottom : 56.25% ; /* 16:9 aspect ratio */
89+ height : 0 ;
90+ overflow : hidden;
91+ max-width : 100% ;
92+ background : # 000 ;
93+ }
94+
95+ .video-container iframe {
96+ position : absolute;
97+ top : 0 ;
98+ left : 0 ;
99+ width : 100% ;
100+ height : 100% ;
101+ }
You can’t perform that action at this time.
0 commit comments