We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b858024 commit 735f67dCopy full SHA for 735f67d
docs/_posts/2017-01-08-animated_ray_tracing.md
@@ -62,7 +62,7 @@ png2yuv -j Animation_%0.3d.png -f 25 -I p -b 1 > tmp.yuv # zip it all up
62
ffmpeg2theora --optimize --videobitrate 16778 -o Animation.ogv tmp.yuv # convert
63
```
64
65
-<video src="/assets/Animation.ogv" poster="/assets/Animation.png" width="800" height="600" controls preload></video>
+<video src="{{site.github.url}}/assets/Animation.ogv" poster="{{site.github.url}}/assets/Animation.png" width="800" height="600" controls preload></video>
66
67
68
[fpsunflower]:http://sunflow.sourceforge.net/
0 commit comments