Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-slimstat domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/kusanagi/u-ff.com/DocumentRoot/wp-includes/functions.php on line 6121
videoタグの使い方 | 3分ニュース: にゃんぷん

videoタグの使い方

この記事は約1分で読めます。

videoタグの使い方

<video src=”https://video.twimg.com/ext_tw_video/1661477032365260801/pu/vid/1280×720/yvRC2bYOWFbSmKtU.mp4″ poster=’https://pbs.twimg.com/ext_tw_video_thumb/1661477032365260801/pu/img/I_7-f5FincZg-g1I.jpg’ preload=”none” controls></video>

src

動画のURL

poster

サムネイル画像のURL

preload

  • none: ページ読み込み時に、動画ファイルを読み込まない
  • metadata: ページ読み込み時に、動画ファイルのメタデータだけ読み込む、サムネイルとか再生時間とか
  • auto: ページ読み込み時に、動画ファイルを読み込む

controls

再生ボタンとかシークバーとかの操作パネルを表示する

コメント

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny

タイトルとURLをコピーしました