Skip to content

Commit 8c4c985

Browse files
ryanmiocursoragent
andcommitted
Constrain app video height to match screenshot
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 112ea5e commit 8c4c985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ <h2>Command Interface</h2>
824824
</div>
825825
</div>
826826
<div class="media-item">
827-
<video controls style="aspect-ratio: 9/16; object-fit: cover; max-width: 100%; height: auto;">
827+
<video controls style="aspect-ratio: 9/16; object-fit: cover; max-height: 400px; width: auto;">
828828
<source src="videos/app.mp4" type="video/mp4">
829829
Your browser does not support the video tag.
830830
</video>

0 commit comments

Comments
 (0)