Done stuff with fullscreen
This commit is contained in:
@@ -17,7 +17,8 @@ block content
|
||||
block description
|
||||
#alert-placeholder
|
||||
|
||||
button#full.btn.btn-primary(style={'margin-right': '10px', 'margin-bottom': '10px'}) Fullscreen
|
||||
block fullscreen
|
||||
button#full.btn.btn-primary(style={'margin-right': '10px', 'margin-bottom': '10px'}) Fullscreen
|
||||
button#reset.btn.btn-primary(style={'margin-right': '10px', 'margin-bottom':'10px'}) Reset camera
|
||||
|
||||
button#undo.btn.btn-default(style={'margin-right': '10px', 'margin-bottom': '10px'})
|
||||
|
||||
@@ -6,3 +6,7 @@ block title
|
||||
block configjs
|
||||
script RecommendedCamera = FixedCamera;
|
||||
script(src="/static/js/tutorial.min.js")
|
||||
|
||||
block fullscreen
|
||||
button#full.btn.btn-primary(style={display:"none"}) Fullscreen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user