feat: try load full image

This commit is contained in:
Anthony Fu 2022-11-23 16:33:18 +08:00
parent 507aedceee
commit 8f54b6db2e

View file

@ -26,7 +26,7 @@ const aspectRatio = computed(() => {
<CommonBlurhash
:blurhash="attachment.blurhash"
class="status-attachment-image"
:src="attachment.previewUrl!"
:src="attachment.url || attachment.previewUrl!"
:alt="attachment.description!"
:style="{
aspectRatio,