mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2025-12-16 08:53:13 +00:00
Feature: Add stretch mode for back and folder icon
This commit is contained in:
@@ -82,12 +82,28 @@
|
||||
<tr>
|
||||
<td>
|
||||
<div>Back :</div>
|
||||
<div>
|
||||
<select id="GridBackMode">
|
||||
<option value="0">Stretch</option>
|
||||
<option value="1">Cover</option>
|
||||
<option value="2">Contain</option>
|
||||
<option value="3">Center</option>
|
||||
</select>
|
||||
</div>
|
||||
<button id="GridBackImageReset">Reset</button>
|
||||
<input id="GridBackImageFile" type="file" style="width:220px;">
|
||||
<div id="GridBackPreview" style="width: 220px; height: 150px; border: 1px solid #000000"></div>
|
||||
</td>
|
||||
<td>
|
||||
<div>Folder :</div>
|
||||
<div>
|
||||
<select id="GridFolderMode">
|
||||
<option value="0">Stretch</option>
|
||||
<option value="1">Cover</option>
|
||||
<option value="2">Contain</option>
|
||||
<option value="3">Center</option>
|
||||
</select>
|
||||
</div>
|
||||
<button id="GridFolderImageReset">Reset</button>
|
||||
<input id="GridFolderImageFile" type="file" style="width:220px;">
|
||||
<div id="GridFolderPreview" style="width: 220px; height: 150px; border: 1px solid #000000"></div>
|
||||
|
||||
Reference in New Issue
Block a user