Merge branch 'pr-462'

This commit is contained in:
Mathium05
2026-07-31 15:34:41 -05:00
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -158,6 +158,7 @@ class File {
video.append(source);
//source.type = this.content_type;
video.controls = !temp;
video.preload = "metadata";
if (this.width) video.width = this.width;
if (this.height) video.height = this.height;
+4 -2
View File
@@ -3154,8 +3154,10 @@ span .quote:last-of-type .quoteline {
gap: 4px;
flex-wrap: wrap;
video {
max-height: 288px;
max-width: 288px;
min-height: 200px;
min-width: 200px;
max-height: 25%;
max-width: 50%;
}
}
.embed {