Skip to content

Commit

Permalink
refactor(app): 95 post image styles
Browse files Browse the repository at this point in the history
  • Loading branch information
huilensolis committed Mar 15, 2024
1 parent 27e2970 commit a0d1d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(site)/app/post/[postid]/components/post/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function Post({
<LazyImage
src={asset_url}
alt={title}
className="w-full h-full max-h-[80vh] object-cover object-center rounded-md"
className="w-full h-full max-h-[1300px] object-cover object-center rounded-md"
skeletonClassName="w-full h-96 rounded-md"
containerClassname="w-full"
skeletonBgColor={post.asset_color || undefined}
Expand Down

0 comments on commit a0d1d2d

Please sign in to comment.