Browse Source

inline

master
azri 1 week ago
parent
commit
4c215deec3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/VideoAds/VideoAds.jsx

+ 1
- 1
src/components/VideoAds/VideoAds.jsx View File

@@ -45,7 +45,7 @@ const VideoAds = ({ video_url, height, width }) => {
45 45
         autoplay
46 46
         loop
47 47
         muted={isMuted}
48
-        playsInline
48
+        playsinline 
49 49
         style={{
50 50
           position: 'absolute',
51 51
           top: 0,

Loading…
Cancel
Save