mirror of
https://github.com/wah-su/wahs.wah.su.git
synced 2025-04-04 23:34:36 +00:00
fix video preview size on the /videos/ page
This commit is contained in:
parent
11fb22a7a0
commit
91bf5dc7ba
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ function PlaceholderVid() {
|
|||
placeholder.dataset.type = "placeholder__video";
|
||||
placeholder.controls = true;
|
||||
placeholder.className =
|
||||
"relative aspect-square w-full h-full max-w-48 max-h-48 sm:max-w-none sm:max-h-none rounded-sm [&:not(:fullscreen)]:object-cover";
|
||||
"relative aspect-square w-full h-full rounded-sm [&:not(:fullscreen)]:object-cover";
|
||||
|
||||
const placeholder_loader = document.createElement("div");
|
||||
placeholder_loader.dataset.type = "placeholder__video__loader";
|
||||
|
|
Loading…
Add table
Reference in a new issue