Pricing Blog

Resize A User's Uploaded Image

  • bleach03-1247997600171430005

    bleach

    1 year ago

    Hi all, I created a component where users can click and upload an image. Is there a way to auto resize the image so that it always conforms to the size of the div? or even so that it does not go off the page?
    1247997600833994802-Screenshot_2024-06-05_at_3.35.56_PM.png
    1247997601463275710-Screenshot_2024-06-05_at_3.36.14_PM.png
  • chrislaupama-1248151177896394773

    Chris Laupama

    1 year ago

    You would do this via the style settings of the image element. Setting the height/width of the image element and then setting the object-fit to cover.