Improve video command
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user