Explorar el Código

inline

master
azri hace 1 semana
padre
commit
4c215deec3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/components/VideoAds/VideoAds.jsx

+ 1
- 1
src/components/VideoAds/VideoAds.jsx Ver fichero

@@ -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…
Cancelar
Guardar