Adjust Size of Info Module Photos



This script makes photos decrease size in info module
(cannot increase size)

1.Copy and paste to CSS
2.Replace "size" with desired height.
( default sizes: default photo: 110px, side images: 50px )

(Adjusts default photo)
div.photo img {max-height: sizepx;}
div.photo {height:100%;}

(Adjusts side images)
ul.profileUserAlbum img {max-height: sizepx;}
ul.profileUserAlbum {max-height:100%;}

To use this script...
1. On the homepage, or wherever you see the blue
nav at the top, go to Profile > Customize Profile.
2. Next, go to CSS
3. Enter in the script
4. Publish