perf: Optimizing the image loading
Does no longer load all klipy images through image proxy from signal server. Improves loading performance.
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
[style.aspect-ratio]="gifAspectRatio(gif)"
|
||||
>
|
||||
<img
|
||||
[src]="gifPreviewUrl(gif)"
|
||||
[appChatImageProxyFallback]="gif.previewUrl || gif.url"
|
||||
[alt]="gif.title || 'KLIPY GIF'"
|
||||
class="h-full w-full object-cover transition-transform duration-200 group-hover:scale-[1.03]"
|
||||
loading="lazy"
|
||||
|
||||
Reference in New Issue
Block a user