You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
308 B
16 lines
308 B
////
|
|
Included in:
|
|
|
|
- user-manual: Audio: Summary
|
|
////
|
|
|
|
.Audio attributes and values
|
|
[cols="1m,1,2,2"]
|
|
|===
|
|
|Attribute |Value(s) |Example Syntax |Comments
|
|
|
|
|options
|
|
|`autoplay`, `loop`, `controls`, `nocontrols`
|
|
|`audio::ocean_waves.mp3[options="autoplay,loop"]`
|
|
|The controls value is enabled by default
|
|
|===
|
|
|