fix video preview size on the /videos/ page

This commit is contained in:
Kentai Radiquum 2025-02-02 02:22:47 +05:00
parent 11fb22a7a0
commit 91bf5dc7ba
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -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";