arkadşlar web sitemin header alanına bacgraund stock video ekledim..
iphone 8 olsun pc olsun videoyu otomatik oynatıyor sorun yok.
iphone 5 te baktığımda video gözükmüyor play tuşu çıkıyor. neden olabilir?
KOD:
<video playsinline autoplay muted loop poster="placeholder.jpg" id="bgvideo" width="x" height="y">
<source src="img/video4520.mp4" type="video/mp4">
</video>
BUDA CSS KODU:
video#bgvideo {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url(placeholder.jpg) no-repeat;
background-size: cover;
}
yardımcı olacak arkadaşım yok mu?
bu sorunu yaşayan olmadımı hiç arkadaşlar