Skip to content

Commit 2b3684b

Browse files
committed
docs(readme): give the two screenshots the same width
They were sized with style="height: 320px", which GitHub's sanitizer strips outright — verified against the /markdown API, which drops style and keeps width. The width attribute is what the logo above already uses. 48% each so they sit in one row. The two sources are 1.778 and 1.722, so equal width leaves a ~3% height difference; that reads far better than mismatched widths, and cropping someone's screenshots to fix it is not worth it.
1 parent 92c0b95 commit 2b3684b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ The goal of this continuation is to keep OpenScreen alive as a fully open-source
3737
> Software should be accessible. OpenScreen has no paid tiers, premium features, upsells, or functionality locked behind a paywall.
3838
3939
<p align="center">
40-
<img src="public/demo.png" alt="" style="height: 320px; margin-right: 12px;" />
41-
<img src="public/sample.png" alt="" style="height: 320px; margin-right: 12px;" />
40+
<img src="public/demo.png" alt="" width="48%" />
41+
<img src="public/sample.png" alt="" width="48%" />
4242
</p>
4343

4444
## Core Features

0 commit comments

Comments
 (0)