Changed method to see pictures

This commit is contained in:
2026-06-05 11:08:28 +01:00
parent ed3d9bf52e
commit c8f46f6c8f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
</div>
<div class="aspect-square overflow-hidden p-1">
<img [src]="'data:image/jpeg;base64,' + post.proof"
<img [src]="post.proof"
alt=""
class="w-full h-full object-cover"/>
</div>
@@ -54,7 +54,7 @@
</div>
<div class="aspect-square overflow-hidden p-1">
<img [src]="'data:image/jpeg;base64,' + post.proof"
<img [src]="post.proof"
alt=""
class="w-full h-full object-cover"/>
</div>