Needs CSS. I’ll fix and update
Hi, I have an issue with wordpress 3.2.1, buddypress 1.5, and buddypress-mobile.1.5.2.3 conflicting. The issue is when I have buddypress-mobile.1.5.2.3 activated, the the avatar cropping tool no longer works, it appears as a little square in the right top corner of the picture and it is unusable, and will not crop but I need buddypress mobile so my users with mobile phones. Please help. Thank you!
I have it activated on a standard BP site and it does not do this. If you are referring to uploading and cropping on a mobile device its not supported at all.
This is the quick and dirty way:
` img {
max-width: 100%;
}
`
For a more complete solution you may need to use js:
http://adaptive-images.com/
http://unstoppablerobotninja.com/entry/fluid-images/