<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Crop the replacement main image for an Individual, to produce a thumbnail. --> ${scripts.add("/js/jquery.js")} ${scripts.add("/js/jquery_plugins/jcrop/jquery.Jcrop.js")} ${scripts.add("/js/imageUpload/cropImage.js")} ${stylesheets.addFromTheme("/css/uploadImages.css")} ${stylesheets.add("/js/jquery_plugins/jcrop/jquery.Jcrop.css")} <#--Reduce original image to fit in the page layout If the width of the image is bigger or equal to 500 pixels, the script below will reduce the width to 500 pixels and the height will be in proportion to the new height--> <#--<#macro newImageSize> <#if (imageWidth >= 500)> width="500" height="${(500*imageHeight)/imageWidth}" -->

Photo Upload

Current Photo

Your profile photo will look like the image below.

To make adjustments, you can drag around and resize the photo to the right. When you are happy with your photo click the "Save Photo" button.

or Cancel
--> id="cropbox" />