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 f2ee29a commit 2dc4c1aCopy full SHA for 2dc4c1a
docs/source/reference/sharing.md
@@ -131,9 +131,9 @@ and it there to preserve the original aspect ratio (16:9).
131
132
### Sharing ONE HTML file
133
134
-A future feature, that will be available once
135
-[#122](https://github.com/jeertmans/manim-slides/issues/122) is solved, will be
136
-to include all animations as data URI encoded, within the HTML file itself.
+If you set the `data_uri` option to `true` (with `-cdata_uri=true`),
+all animations will be data URI encoded, making the HTML a self-contained
+presentation file that can be shared on its own.
137
138
### Over the internet
139
0 commit comments