fixed: video resolution
This commit is contained in:
parent
267863cb81
commit
9bc097738b
1 changed files with 1 additions and 1 deletions
|
@ -785,7 +785,7 @@
|
|||
<label for="normal_resolution">Normal video resolution</label>
|
||||
<select class="form-control" name="normal_resolution" id="normal_resolution">
|
||||
<option value="240" {if $row.normal_resolution=='240'} selected="selected"{/if}>240p</option>
|
||||
<option value="320" {if $row.normal_resolution=='320'} selected="selected"{/if}>320p</option>
|
||||
<option value="360" {if $row.normal_resolution=='360'} selected="selected"{/if}>360p</option>
|
||||
<option value="480" {if $row.normal_resolution=='480'} selected="selected"{/if}>480p</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue