Hi,
I would have a question to the twitter Image URL path. I get the URL with:
this image has a size of 48x48pixel. In my application it looks like a little bit blurred.Code:final String profileImageUrl = twitterProfile.getProfileImageUrl();
Is there any possibility to get a twitter profile image with a higher size.
Thanks a lot,
Generic
My application where I have implemented Spring Social: http://www.atleticus.net


Reply With Quote
to always scale to max height and relative width. To do both, you will need to determine if the aspect ratio is higher or lower than it's container, and CSS can't do this.
