Replace video embed with plain mp4 links

The host's markdown renderer doesn't support <video> tags, so the
embed rendered blank. Linking directly works in every viewer.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andras Schmelczer 2026-05-03 15:20:39 +01:00
parent 7ed1f95566
commit 734d51bee3

View file

@ -2,9 +2,7 @@
A particle simulation that renders drifting embers carried by a Perlin-noise wind field, recorded to an MP4. A particle simulation that renders drifting embers carried by a Perlin-noise wind field, recorded to an MP4.
<video src="animation.mp4" controls width="720"></video> Sample output: [`animation.mp4`](animation.mp4) (variants: [`animation-day.mp4`](animation-day.mp4), [`animation-night.mp4`](animation-night.mp4)).
If your viewer doesn't render the embed inline, open [`animation.mp4`](animation.mp4) directly (variants: [`animation-day.mp4`](animation-day.mp4), [`animation-night.mp4`](animation-night.mp4)).
## How it works ## How it works