Page 1 of 1

cropping users profile pictures

Posted: Wed Jan 14, 2015 2:14 pm
by Joe Sharples

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?


cropping users profile pictures

Posted: Wed Jan 14, 2015 9:47 pm
by Illya Stepanov

Hi Joe -

You can search for jQuery plugin with such functionality and implement it inside your app.


cropping users profile pictures

Posted: Tue Sep 01, 2015 6:17 am
by Deon

Hi Joe

Have you found such as plugin?

Thx


cropping users profile pictures

Posted: Thu Sep 03, 2015 5:48 pm
by Joe Sharples

Sorry Deon i did not.
It worked better for my app to set a fixed width and to preserve the image asset ratio.


cropping users profile pictures

Posted: Fri Sep 04, 2015 12:58 pm
by Deon

Thank you. I see there is a Phonegap Plugin available. I will investigate and feedback