Critiques pour Bonjourr · Nouvel onglet minimaliste
Bonjourr · Nouvel onglet minimaliste par Victor Azevedo, Tahoe
Avis de Tahoe
Réponse du développeur
mis en ligne : il y a 3 moisYou 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.