diff --git a/public/style.css b/public/style.css index 3e2355e..479e015 100644 --- a/public/style.css +++ b/public/style.css @@ -396,10 +396,14 @@ form.search { .attachment-image { display: block; width: 100%; - height: 10vh; + height: 100%; text-decoration: none; cursor: zoom-in; - border-radius: 2px; +} + +.attachment-image img { + border-radius: 6px; + width: 100%; } /* Spoiler */ diff --git a/src/View/Status.elm b/src/View/Status.elm index 8365a4d..6e3845c 100644 --- a/src/View/Status.elm +++ b/src/View/Status.elm @@ -41,13 +41,8 @@ attachmentPreview context sensitive attachments ({ url, preview_url } as attachm , href url , onClickWithPreventAndStop <| ViewerEvent (OpenViewer attachments attachment) - , style - [ ( "background" - , "url(" ++ preview_url ++ ") center center / cover no-repeat" - ) - ] ] - [] + [ img [ src preview_url ] [] ] in li [ class "attachment-entry" ] <| if nsfw then