Increased size of photo to be cropped.
This commit is contained in:
parent
ad1a8c4e56
commit
00dc9aef8a
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
onSelect: showPreview,
|
onSelect: showPreview,
|
||||||
setSelect: [ 0, 0, 115, 115 ],
|
setSelect: [ 0, 0, 115, 115 ],
|
||||||
minSize: [ 115, 115 ],
|
minSize: [ 115, 115 ],
|
||||||
boxWidth: 400,
|
boxWidth: 650,
|
||||||
aspectRatio: 1
|
aspectRatio: 1
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
@ -28,7 +28,6 @@ ${stylesheets.add("/js/jquery_plugins/jcrop/jquery.Jcrop.css")}
|
||||||
|
|
||||||
<!-- This is the image we're attaching Jcrop to -->
|
<!-- This is the image we're attaching Jcrop to -->
|
||||||
<section id="photoCroppingPreview" role="region">
|
<section id="photoCroppingPreview" role="region">
|
||||||
<h3>Current Photo</h3>
|
|
||||||
|
|
||||||
<p class="photoCroppingTitleBody">Your profile photo will look like the image below. </p>
|
<p class="photoCroppingTitleBody">Your profile photo will look like the image below. </p>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue