tangled
alpha
login
or
join now
retr0.id
/
pdsls
forked from
pds.ls/pdsls
1
fork
atom
atproto explorer
1
fork
atom
overview
issues
pulls
pipelines
fix image size
handle.invalid
4 months ago
d0fe10a2
18e51c93
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
json.tsx
+1
-1
src/components/json.tsx
···
154
154
<span class="flex gap-x-1">
155
155
<Show when={blob.mimeType.startsWith("image/") && !hide()}>
156
156
<img
157
157
-
class="size-fit max-h-[16rem] max-w-[16rem]"
157
157
+
class="h-auto max-h-[16rem] max-w-[16rem] object-contain"
158
158
src={`https://${pds()}/xrpc/com.atproto.sync.getBlob?did=${repo}&cid=${blob.ref.$link}`}
159
159
/>
160
160
</Show>