Skip to content

Commit

Permalink
Merge pull request #298 from premAI-io/213-prem-upscaler
Browse files Browse the repository at this point in the history
remove height
  • Loading branch information
filopedraz authored Jul 20, 2023
2 parents 24251d5 + 5c6cc8f commit d90f7a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const PremUpscalerImageBox = ({
</div>
</PrimaryButton>
<div>
<img className="max-h-[490px] w-full object-cover" src={history.file} alt="input" />
<img className="w-full object-contain" src={history.file} alt="input" />
</div>

<div className="mt-4 flex justify-end gap-3">
Expand Down

0 comments on commit d90f7a2

Please sign in to comment.