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.