Bonjourr · 미니멀 새 탭에 대한 리뷰
Bonjourr · 미니멀 새 탭 제작자: Victor Azevedo, Tahoe
Tahoe 님의 답글
개발자 답글
2달 전에 게시됨You need to use this CSS:
#background-media .video-looper video {
object-fit: contain;
/* object-fit: fill; */
}
"fill" is the equivalent to the stretch effect you're probably looking for. 3 stars for this seems a bit harsh, but I hope this helps.
#background-media .video-looper video {
object-fit: contain;
/* object-fit: fill; */
}
"fill" is the equivalent to the stretch effect you're probably looking for. 3 stars for this seems a bit harsh, but I hope this helps.