mirror of
https://github.com/hexastack/hexabot
synced 2025-04-06 14:05:33 +00:00
fix: adjusted the image height to be dynamic
This commit is contained in:
parent
a969a9e5fc
commit
db0c2a0956
@ -24,10 +24,10 @@ export const AttachmentViewerForm: FC<
|
|||||||
{/* eslint-disable-next-line @next/next/no-img-element */}
|
{/* eslint-disable-next-line @next/next/no-img-element */}
|
||||||
<img
|
<img
|
||||||
width="100%"
|
width="100%"
|
||||||
height={400}
|
|
||||||
style={{
|
style={{
|
||||||
cursor: "pointer",
|
cursor: "pointer",
|
||||||
objectFit: "contain",
|
objectFit: "contain",
|
||||||
|
maxHeight: "70vh",
|
||||||
}}
|
}}
|
||||||
alt={data?.url}
|
alt={data?.url}
|
||||||
src={data?.url}
|
src={data?.url}
|
||||||
|
Loading…
Reference in New Issue
Block a user