Make video sizing consistent with images (#8102)

* Make video sizing consistent with images

* Test suggestedSize

* Constrain width of media in large mode
This commit is contained in:
Robin
2022-03-22 18:16:03 -04:00
committed by GitHub
parent bff1ef31d6
commit 953e3148d1
5 changed files with 90 additions and 89 deletions
-2
View File
@@ -16,8 +16,6 @@ limitations under the License.
span.mx_MVideoBody {
video.mx_MVideoBody {
max-width: 100%;
height: auto;
border-radius: $timeline-image-border-radius;
}
}