Chromeで対象サイトに下記エラーが出ています。
「Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first.」
自動再生がNGとのことで、「autoplay」は削除し、消音または自動再生しないよう設定しました。
それでもエラーが消えません。
index.phpで動画を挿入している箇所は、下記2箇所のみです。
<a href="https://www.youtube.com/watch?v=*******&feature&iframe=true&width=800&height=450&rel=0&mute=1" rel="prettyPhoto" class="infoMovie" title=""></a>
<iframe src="https://player.vimeo.com/video/********" width="640" height="360" frameborder="0" allowfullscreen></iframe>
エラーメッセージは「vegas.min.js:448」を指しており、jsファイルに反応しているようです。
どのように対応すべきでしょうか?
あなたの回答
tips
プレビュー