mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2025-12-16 08:53:13 +00:00
Feature: Add stretch mode for background
This commit is contained in:
@@ -36,6 +36,17 @@
|
||||
<td><span>Background Color :</span></td>
|
||||
<td><input id="BackgroundColor" type="color"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Background Mode :</span></td>
|
||||
<td>
|
||||
<select id="BackgroundMode">
|
||||
<option value="0">Stretch</option>
|
||||
<option value="1">Cover</option>
|
||||
<option value="2">Contain</option>
|
||||
<option value="3">Center</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Background Image :</span></td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user