# Video.js Options Reference > **Note:** This document is only a reference for available options. To learn about passing options to Video.js, see [the setup guide](/docs/guides/setup.md#options). ## Table of Contents * [Standard <video> Element Options](#standard-video-element-options) * [autoplay](#autoplay) * [controls](#controls) * [height](#height) * [loop](#loop) * [muted](#muted) * [poster](#poster) * [preload](#preload) * ['auto'](#auto) * ['metadata'](#metadata) * ['none'](#none) * [src](#src) * [width](#width) * [Video.js-specific Options](#videojs-specific-options) * [aspectRatio](#aspectratio) * [children](#children) * [fluid](#fluid) * [inactivityTimeout](#inactivitytimeout) * [language](#language) * [languages](#languages) * [nativeControlsForTouch](#nativecontrolsfortouch) * [notSupportedMessage](#notsupportedmessage) * [plugins](#plugins) * [sourceOrder](#sourceorder) * [sources](#sources) * [techOrder](#techorder) * [vtt.js](#vttjs) * [Component Options](#component-options) * [children](#children-1) * [${componentName}](#componentname) * [Tech Options](#tech-options) * [${techName}](#techname) * [nativeControlsForTouch](#nativecontrolsfortouch-1) * [nativeTextTracks](#nativetexttracks) ## Standard `