Selamlar,
Aşağıdaki kodu siteye eklediğimde video otomatik başlamıyor nerede hata yapıyorum? bilen varsa söylerse sevinirm
<iframe class="mobil-ayar" width="100%" height="100%" src="%C4%B0ncib.mp4" type="video/mp4" autoplay="autoplay">
</iframe>
<style>
@media screen and (max-device-width: 1023px) {
.mobil-ayar {
max-height:100%!important;
max-width:100%!important;
}
}
</style>
Video otomatik oynatma sorunu
4
●110