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
         autoplay
45
         autoplay
46
         loop
46
         loop
47
         muted={isMuted}
47
         muted={isMuted}
48
-        playsInline
48
+        playsinline 
49
         style={{
49
         style={{
50
           position: 'absolute',
50
           position: 'absolute',
51
           top: 0,
51
           top: 0,

Loading…
Cancel
Save