mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-21 22:59:55 +00:00
Merge branch 'pr-462'
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user