mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Remove dimension input
This commit is contained in:
@@ -108,23 +108,15 @@
|
||||
<div class="property-list">
|
||||
<div class="property-row">
|
||||
<span class="property-label">Width</span>
|
||||
<input
|
||||
id="asset-width"
|
||||
class="number-input property-control"
|
||||
type="number"
|
||||
min="10"
|
||||
step="5"
|
||||
/>
|
||||
<div class="property-control">
|
||||
<span id="asset-width-display" class="property-value">—</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="property-row">
|
||||
<span class="property-label">Height</span>
|
||||
<input
|
||||
id="asset-height"
|
||||
class="number-input property-control"
|
||||
type="number"
|
||||
min="10"
|
||||
step="5"
|
||||
/>
|
||||
<div class="property-control">
|
||||
<span id="asset-height-display" class="property-value">—</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="property-row">
|
||||
<span class="property-label">Maintain AR</span>
|
||||
|
||||
Reference in New Issue
Block a user