atproto explorer

fix image size

handle.invalid d0fe10a2 18e51c93

verified
+1 -1
+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 - class="size-fit max-h-[16rem] max-w-[16rem]" 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>