File tree 4 files changed +22
-2
lines changed
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.
28
28
## Email Support
29
29
30
30
You can also reach out to us at
31
- [ contact @coderabbit.ai] ( mailto:contact @coderabbit.ai ) .
31
+ [ support @coderabbit.ai] ( mailto:support @coderabbit.ai ) .
32
32
33
33
::: tip
34
34
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ description:
10
10
slug : " /"
11
11
---
12
12
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
+
14
17
15
18
** CodeRabbit** is an innovative, AI-first code reviewer. It provides
16
19
context-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 {
82
82
[data-theme = "dark" ] img [src $= "#gh-light-mode-only" ] {
83
83
display : none;
84
84
}
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