summaryrefslogtreecommitdiff
path: root/views/controls/editor/media-editor.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/editor/media-editor.ejs')
-rw-r--r--views/controls/editor/media-editor.ejs20
1 files changed, 13 insertions, 7 deletions
diff --git a/views/controls/editor/media-editor.ejs b/views/controls/editor/media-editor.ejs
index 5db1fb2..7f8f299 100644
--- a/views/controls/editor/media-editor.ejs
+++ b/views/controls/editor/media-editor.ejs
@@ -34,13 +34,19 @@
<input type="range" min="0" max="1" value="0" step="0.01" name="keyframe" id="video-keyframe">
</div>
- <div class="image setting">
- Dimensions<br>
- <input type="text" name="width" placeholder="width" class="number">
- <input type="text" name="height" placeholder="height" class="number">
- <select name="units">
- <option value="inch">inch</option>
- <option value="cm">cm</option>
+ <div class="setting number">
+ <label for="scenery-width">width</label>
+ <input type="text" class="units" name="width" id="scenery-width">
+ </div>
+ <div class="setting number">
+ <label for="scenery-height">height</label>
+ <input type="text" class="units" name="height" id="scenery-height">
+ </div>
+ <div class="setting number">
+ <select id="builder-units" name="units">
+ <option value="px">pixels</option>
+ <option value="ft">foot</option>
+ <option value="m">meter</option>
</select>
</div>