ソースを参照

change typo

master
azri 1週間前
コミット
70da065d9d
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      src/components/VideoAds/VideoAds.jsx

+ 2
- 2
src/components/VideoAds/VideoAds.jsx ファイルの表示

@@ -42,10 +42,10 @@ const VideoAds = ({ video_url, height, width }) => {
42 42
       <video
43 43
         ref={videoRef}
44 44
         src={video_url || videoAds}
45
-        autoplay
45
+        autoPlay
46 46
         loop
47 47
         muted={isMuted}
48
-        playsinline 
48
+        playsInline
49 49
         style={{
50 50
           position: 'absolute',
51 51
           top: 0,

読み込み中…
キャンセル
保存