}
.hero-section {
position: relative;
background-image: -webkit-gradient(linear, left bottom, left top, from(#090919), to(rgba(9, 10, 26, 0.8))), url(../img/bg/hero_bg.jpg);
background-image: linear-gradient(0deg, #090919, rgba(9, 10, 26, 0.1)), url(../img/banner/homedeneme.webp);
background-position: 0 0, 0 0;
background-size: auto, cover;
background-repeat: repeat, no-repeat;
background-attachment: scroll, fixed;
z-index: 1;
}https://www.youtube.com/watch?v=M0l8wKquMUA bu videoyu eklemek istiyorum
php css arkaplana video ekleyemiyorum
1
●52
- 14-05-2023, 23:27:42merhabalar php sitemdeki arkaplan kodları csslerle oluyor arkaplana video eklemek istiyorum fakat yapamadım yapabilicek birisi yardımcı olursa çok seviririm
- 15-05-2023, 00:43:07
<div id="video-background"> <video autoplay muted loop> <source src="isim.mp4" type="video/mp4"> </video> </div>#video-background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden; } #video-background video { width: 100%; height: auto; }Bundan esinlenebilirsin.