I have the ability for a user to upload there own profile picture.
The only problem is that users may have pictures of many different dimensions. I want all the profile pictures to be cropped to have a square dimension, but I also want to preserve the ratio.
I tried putting the image component inside a grid that has fixed square dimensions, but this didnt work.
any ideas?