Skip to content

Commit 7f59390

Browse files
committed
Fix README: use GIFs instead of unsupported video tags, drop detached captions
GitHub READMEs don't render <video> with repo-relative paths. Switched back to GIF demos with inline layout. Removed separate caption rows that detached from images on narrow screens.
1 parent b3aab88 commit 7f59390

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,9 @@ On first launch the current input device becomes your preferred mic. You can cha
4444
AirPods connecting hijacks your input device. MicGuard reverts it instantly.
4545

4646
<p align="center">
47-
<video src="docs/images/demo-micguard-disabled.mp4" width="380" autoplay loop muted playsinline></video>
47+
<img src="docs/images/demo-micguard-disabled.gif" width="380" alt="MicGuard disabled: input device gets hijacked">
4848
&nbsp;&nbsp;
49-
<video src="docs/images/demo-micguard-enabled.mp4" width="380" autoplay loop muted playsinline></video>
50-
</p>
51-
<p align="center">
52-
<em>MicGuard disabled</em>
53-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
54-
<em>MicGuard enabled</em>
49+
<img src="docs/images/demo-micguard-enabled.gif" width="380" alt="MicGuard enabled: input device is preserved">
5550
</p>
5651

5752
## Screenshots
@@ -63,13 +58,6 @@ AirPods connecting hijacks your input device. MicGuard reverts it instantly.
6358
&nbsp;&nbsp;
6459
<img src="docs/images/sketchybar.png" width="240" alt="SketchyBar device picker">
6560
</p>
66-
<p align="center">
67-
<em>Menubar popup</em>
68-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
69-
<em>Settings</em>
70-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
71-
<em>SketchyBar integration</em>
72-
</p>
7361

7462
## Modes
7563

0 commit comments

Comments
 (0)