[QUOTE=Diziworld;1087714843]CSS kısmından çok fazla anlamıyorum, aşağıdaki gibi şuanda, görsel webm formatında gerçi gif ile denedim onunla da açılmadı:
.video-container {
display: block;
margin: 0 auto;
width: 100%;
max-width: 468px;
height: auto;
}
.video-container video {
width: 100%;
height: auto;
}
@media (max-width: 468px) {
.video-container {
width: 100%;
}
}
<div class="video-container">
<video autoplay loop muted>
<source src="your-banner-file.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
bu kodu dener misin