# Usage * [Initialize player](#initialize) * [Automatic start](#automatic) * [Vanilla JavaScript](#vanilla) * [jQuery](#jquery) * [NPM/Meteor](#npm-meteor) * [RequireJS](#requirejs) * [React](#react) * [Use Renderers](#renderers-usage) * [Use `stretching` modes](#stretching-modes) * [Responsive grid](#grid) * [Setting new captions](#captions) * [Destroy player](#destroy) ## Initialize player You can use this as a standalone library if you wish, or just stick with the full MediaElementPlayer. **IMPORTANT:** If you use `flash_video` renderer, it's always recommended to use `media.load()` inside the `success` callback to ensure that RTMP and FLV will play properly. ## Standalone ```html ``` ### Automatic start You can avoid running any startup scripts by adding `class="mejs__player"` to the `