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.ejs22
1 files changed, 13 insertions, 9 deletions
diff --git a/views/controls/editor/media-editor.ejs b/views/controls/editor/media-editor.ejs
index 000e8db..225bdc8 100644
--- a/views/controls/editor/media-editor.ejs
+++ b/views/controls/editor/media-editor.ejs
@@ -1,4 +1,5 @@
<div class="vvbox settings" id="mediaEditor">
+ <h4>Media Settings</h4>
<input type="hidden" name="_csrf" value="[[- token ]]">
<input type="hidden" name="_id" value="new">
@@ -10,25 +11,27 @@
<textarea name="description" placeholder="short description"></textarea>
</div>
- <div class="video setting">
+ <div class="video audio setting">
<span class="playButton" data-role="play-media">
- <span class="on icon-play"></span>
- <span class="off icon-pause"></span>
+ <span class="on ion-ios-play-outline"></span>
+ <span class="off ion-ios-pause-outline"></span>
</span>
<!--
ion-volume-high
ion-volume-mute
-->
</div>
- <div class="video setting">
+ <div class="video audio setting">
<input type="checkbox" name="autoplay" value="1" id="video_autoplay">
<label for="video_autoplay">Autoplay</label>
<input type="checkbox" name="loop" value="1" id="video_loop">
<label for="video_loop">Loop</label>
+ <span class="video">
<input type="checkbox" name="mute" value="1" id="video_mute">
<label for="video_mute">Mute</label>
+ </span>
</div>
- <div class="video setting">
+ <div class="video audio setting">
<label for="video-keyframe">Initial Still</label>
<br>
<input type="range" min="0" max="1" value="0" step="0.01" name="keyframe" id="video-keyframe">
@@ -42,15 +45,16 @@
<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>
+ <option value="ft">feet</option>
+ <option value="m">meters</option>
</select>
</div>
-
+ -->
<div class="setting">
- <a href="#" class="warn btn" data-role="destroy-media">delete this media</a>
+ <a href="#" class="warn btn" data-role="destroy-media">remove from wall</a>
</div>
</div>