Revisiones de Bonjourr · Nueva Pestaña Minimalista
Bonjourr · Nueva Pestaña Minimalista por Victor Azevedo, Tahoe
Respuesta de Tahoe
Respuesta del desarrollador
publicado el hace 3 mesesYou 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.