I am working on a Front end feature that requires to resize an image uploaded by users (with various dimensions) to a new resized image with a fixed height of 200px. The width will change based on the given height in order to keep the aspect ratio.
I have tried to search for several solutions by using canvas, but unfortunately there are no answers that can precisely solve my problem.
I know resizing images have been a challenge for years, and i am really looking forward to your helps