diff --git a/templates/threads.html b/templates/threads.html
index a87aff1..d989d81 100644
--- a/templates/threads.html
+++ b/templates/threads.html
@@ -90,7 +90,8 @@
box-shadow: 5px 25px 10px -25px rgba(34, 34, 34, 0.15);
max-width: 100%;
margin: 15px 0 1em;
- object-fit: cover;
+ object-fit: contain;
+ height: auto;
text-decoration: none;
text-wrap: balance;
}
@@ -266,6 +267,8 @@