Explorar el Código

change typo

master
azri hace 1 año
padre
commit
70da065d9d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/components/VideoAds/VideoAds.jsx

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

42
       <video
42
       <video
43
         ref={videoRef}
43
         ref={videoRef}
44
         src={video_url || videoAds}
44
         src={video_url || videoAds}
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…
Cancelar
Guardar