質問編集履歴
2
タグの追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
記述の訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
|
1
|
+
videoタグでmp4の動画を埋め込んでいるのですが、pcのsafari,chrome,Firefox、Androidのchrome,Firefoxでは問題なく再生されます。しかしiosのsafari,chrome,Firefoxで検証すると、動画が再生されません。
|
2
2
|
|
3
3
|
また、safariの検証画面 > ネットワークを見ると、動画を読み込んでいる最中に`リソース読み込み中にエラーが起きました。`と表示されます。動画は6.5mbと重いのですがこちらが関係しているのでしょうか。
|
4
4
|
|
5
5
|
```ここに言語を入力
|
6
6
|
ソースコード
|
7
7
|
|
8
|
-
[
|
8
|
+
[pug]
|
9
9
|
--------------------------------------------------------------------------------
|
10
10
|
video(poster=`${path}images/test.png` autoplay loop muted playsinline)
|
11
11
|
source(src=`${path}images/test.mp4` type="video/mp4")
|