Skip to content

Commit 2bffb28

Browse files
committed
add width and height to img tag on bluesky comment
1 parent f52c91a commit 2bffb28

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/components/BlueskyComment.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ function getHostname(uri: string): string {
141141
v-if="comment.embed.external.thumb"
142142
:src="comment.embed.external.thumb"
143143
:alt="comment.embed.external.title"
144+
width="20"
145+
height="20"
144146
class="w-20 h-20 rounded object-cover shrink-0"
145147
loading="lazy"
146148
/>

0 commit comments

Comments
 (0)