0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

videoタグでレスポンシブに動画を再生仕分ける(JavaScriptなし)

Posted at
<video controls width="100%" poster="サムネイル画像.jpg">
<!-- 縦画像 -->
<source media="(max-width: 991px)" src="SP用縦動画.mp4" alt="説明"  type="video/mp4">
<!-- 横画像 -->
<source src="PC用横動画.mp4" alt="説明"  type="video/mp4">
</video>
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?