Allow configurable support of interactive 360 vid

This commit is contained in:
syeopite
2021-04-11 20:55:07 -07:00
parent f06053b1cf
commit 6e6f4d5a37
7 changed files with 23 additions and 3 deletions

View File

@@ -111,6 +111,10 @@
<input name="extend_desc" id="extend_desc" type="checkbox" <% if preferences.extend_desc %>checked<% end %>>
</div>
<div class="pure-control-group">
<label for="vr_mode"><%= translate(locale, "Interactive 360 degree videos") %></label>
<input name="vr_mode" id="vr_mode" type="checkbox" <% if preferences.vr_mode %>checked<% end %>>
</div>
<legend><%= translate(locale, "Visual preferences") %></legend>