diff options
Diffstat (limited to 'share/frontend/im/index.html')
| -rwxr-xr-x | share/frontend/im/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/frontend/im/index.html b/share/frontend/im/index.html index 64a42d3..8170b6c 100755 --- a/share/frontend/im/index.html +++ b/share/frontend/im/index.html @@ -107,6 +107,10 @@ <input type="text" id="img-height" /><small>px</small> <br/> + <label>maintain proportions?</label> + <input type="checkbox" id="img-maintain_proportions" value="1" checked="true" /> + <br/> + <label>nearest neighbor?</label> <input type="checkbox" id="img-nearest" value="1" /> <br/> |
