# Skip Back ## Overview This plugin creates a button to rewind media a specific number of seconds. It will work even when media is not being played initially. ## Keyword to use it ```javascript features: [..., 'skipback'] ``` ## API Parameter | Type | Default | Description ------ | --------- | ------- | -------- skipBackInterval | number | `30` | Seconds to skip back media skipBackText | string | `null` | Title for Skip Back button for WARIA purposes iconSpritePathSkipBack | string | `mejs-skip-back.svg` | Path for the SVG icon sprite file.