diff --git a/src/server/request-handler.ts b/src/server/request-handler.ts index 9d0ab82..3b79635 100644 --- a/src/server/request-handler.ts +++ b/src/server/request-handler.ts @@ -523,8 +523,8 @@ function htmlPage(): string { .photo img { width: 100%; height: 100%; - object-fit: contain; - background: var(--timeline-surface-strong); + object-fit: cover; + object-position: center center; border-radius: 0; display: block; }