# Loop ## Overview This plugin creates a loop button in the control bar to turn on/off the loop effect. If activated, it will restart media once it finishes. This button mimics the HTML5's `loop` attribute in the `video`/`audio` tags. ## Keyword to use it ```javascript features: [..., 'loop'] ``` ## API Parameter | Type | Default | Description ------ | --------- | ------- | -------- loopText | string | `null` | Title for Loop button for WARIA purposes when loop feature is activated