diff options
Diffstat (limited to 'views/controls/editor/media-editor.ejs')
| -rw-r--r-- | views/controls/editor/media-editor.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/editor/media-editor.ejs b/views/controls/editor/media-editor.ejs index 65db3ce..5db1fb2 100644 --- a/views/controls/editor/media-editor.ejs +++ b/views/controls/editor/media-editor.ejs @@ -29,9 +29,9 @@ <label for="video_mute">Mute</label> </div> <div class="video setting"> - Initial Still + <label for="video-keyframe">Initial Still</label> <br> - <input type="range" min="0" max="1" value="0" step="0.01" name="keyframe"> + <input type="range" min="0" max="1" value="0" step="0.01" name="keyframe" id="video-keyframe"> </div> <div class="image setting"> |
