Revert README videos to markdown image syntax

GitLab auto-renders ![](*.webm) as video players but strips
raw <video> HTML tags from rendered markdown.
This commit is contained in:
Marco Allegretti 2026-04-19 08:01:00 +02:00
parent 53686d4ef0
commit d4da69b2f2

View file

@ -4,9 +4,9 @@
### Desktop demos ### Desktop demos
<video src="screenshots/quick_DesktopDemo.webm" controls width="600" alt="Desktop overview"></video> ![Desktop overview](screenshots/quick_DesktopDemo.webm)
<video src="screenshots/quick_DesktopDemo_docked.webm" controls width="600" alt="Docked mode"></video> ![Docked mode](screenshots/quick_DesktopDemo_docked.webm)
<video src="screenshots/quick_DesktopDemo_tiling.webm" controls width="600" alt="Tiling"></video> ![Tiling](screenshots/quick_DesktopDemo_tiling.webm)
Shift is a fork of [plasma-mobile](https://invent.kde.org/plasma/plasma-mobile). Shift is a fork of [plasma-mobile](https://invent.kde.org/plasma/plasma-mobile).
The upstream phone UI is untouched; convergence adds a layer on top. The upstream phone UI is untouched; convergence adds a layer on top.