More Updates

This commit is contained in:
2025-04-13 07:59:57 -04:00
parent 73cd3bbb70
commit e933731c58
2 changed files with 125 additions and 102 deletions

View File

@@ -81,7 +81,7 @@ export default function Post({
<img
src={"data:image/png;base64," + post.image}
alt="Post related"
className="w-full max-h-64 object-cover rounded mb-4"
className="w-full max-h-64 object-contain rounded mb-4"
/>
)}