Set default crop values

These values were empirically determined to be good from previous thumbnail templates.
pull/460/head
ElementalAlchemist 3 weeks ago committed by Christopher Usher
parent 4f5805fd8d
commit 9435dc8575

@ -59,6 +59,7 @@
placeholder="X" placeholder="X"
min="0" min="0"
step="1" step="1"
value="182"
/> />
<input <input
type="number" type="number"
@ -68,6 +69,7 @@
placeholder="Y" placeholder="Y"
min="0" min="0"
step="1" step="1"
value="0"
/> />
to to
<input <input
@ -78,6 +80,7 @@
placeholder="X" placeholder="X"
min="0" min="0"
step="1" step="1"
value="1738"
/> />
<input <input
type="number" type="number"
@ -87,6 +90,7 @@
placeholder="Y" placeholder="Y"
min="0" min="0"
step="1" step="1"
value="824"
/> />
</span> </span>
</div> </div>
@ -101,6 +105,7 @@
placeholder="X" placeholder="X"
min="0" min="0"
step="1" step="1"
value="45"
/> />
<input <input
type="number" type="number"
@ -110,6 +115,7 @@
placeholder="Y" placeholder="Y"
min="0" min="0"
step="1" step="1"
value="45"
/> />
to to
<input <input
@ -120,6 +126,7 @@
placeholder="X" placeholder="X"
min="0" min="0"
step="1" step="1"
value="1235"
/> />
<input <input
type="number" type="number"
@ -129,6 +136,7 @@
placeholder="Y" placeholder="Y"
min="0" min="0"
step="1" step="1"
value="675"
/> />
</span> </span>
</div> </div>

Loading…
Cancel
Save