It fixes your team colleague video on Microsoft Teams in case your company unfortunately forces your team to use Microsoft Team was made by and for teens
Teams video fix - Object fit contain for video tag by thalysson
Details
Authorthalysson
LicenseNo License
Categoryteams.microsoft.com
Created
Updated
Size309 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name microsoft.com - 3/17/2023, 11:17:49 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("microsoft.com") {
video {
object-fit: contain !important;
}
}