Skip to content

Commit f052fc5

Browse files
SannidhyaSannidhya
authored andcommitted
Fix YouTube Short embed with width constraint wrapper
1 parent 7a7c499 commit f052fc5

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/providers/openai-chatgpt-plus-pro.mdx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ keywords:
1616

1717
This provider connects Roo Code to OpenAI's models through your ChatGPT Plus or Pro subscription. Authentication uses OAuth, so no API keys are required. Usage counts against your subscription instead of separate API billing.
1818

19-
<div style={{position: 'relative', paddingBottom: '177.77%', height: 0, overflow: 'hidden'}}>
20-
<iframe
21-
src="https://www.youtube.com/embed/t0sIT8nGvrk"
22-
title="OpenAI ChatGPT Plus/Pro Provider Setup Tutorial"
23-
frameBorder="0"
24-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
25-
allowFullScreen
26-
style={{position: 'absolute', top: 0, left: 0, width: '100%', height: '100%'}}
27-
></iframe>
19+
<div style={{width: '50%', margin: 'auto'}}>
20+
<div style={{position: 'relative', paddingBottom: '177.77%', height: 0, overflow: 'hidden'}}>
21+
<iframe
22+
src="https://www.youtube.com/embed/t0sIT8nGvrk"
23+
title="OpenAI ChatGPT Plus/Pro Provider Setup Tutorial"
24+
frameBorder="0"
25+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
26+
allowFullScreen
27+
style={{position: 'absolute', top: 0, left: 0, width: '100%', height: '100%'}}
28+
></iframe>
29+
</div>
2830
</div>
2931

3032
---

0 commit comments

Comments
 (0)