A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/ja/docs/Web/API/HTMLVideoElement/width below:

HTMLVideoElement: width プãƒãƒ‘ティ - Web API

HTMLVideoElement: width プロパティ

Baseline Widely available

width は HTMLVideoElement インターフェイスのプロパティで、この <video> 要素の width 属性を反映した整数を返し、CSS ピクセル単位でリソースが表示される幅を指定します。

値

正の整数または 0 です。

例
<video id="media" width="800" height="600"></video>
const el = document.getElementById("media");
console.log(el.width); // Output: 800
仕様書 ブラウザーの互換性 関連情報

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4