You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/newblog/page.tsx
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,8 @@ export default function Contribute() {
141
141
</code>
142
142
</pre>
143
143
<pclassName="mb-3">
144
-
Replace <codeclassName="bg-mono-100 px-2 py-1 rounded dark:bg-mono-800 dark:text-mono-200">VIDEO_ID</code> with the ID of your YouTube video (found in the YouTube URL after "v=").
144
+
Replace <codeclassName="bg-mono-100 px-2 py-1 rounded dark:bg-mono-800 dark:text-mono-200">VIDEO_ID</code> with the ID of your YouTube video (found in the YouTube URL after "v=").
145
+
<strongclassName="text-green-600 dark:text-green-400"> Note: The video embeds are automatically responsive and will scale properly on mobile devices.</strong>
0 commit comments