Improve video command

This commit is contained in:
Christoph Hagen
2025-06-08 17:09:43 +02:00
parent 73d9c4ec29
commit 5970ce2e9f
2 changed files with 18 additions and 4 deletions

View File

@ -258,7 +258,7 @@ extension VideoBlock.Option {
Note: The `preload` attribute is ignored if `autoplay` is present.
*/
enum Preload: String {
enum Preload: String, CaseIterable {
/// The author thinks that the browser should load the entire video when the page loads
case auto