Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PHP
vryPanoEdit
Commits
6ce29ca4
Commit
6ce29ca4
authored
4 years ago
by
李文起
Browse files
Options
Download
Plain Diff
Merge branch 'hotfix/v1.2.14.12' into 'master'
微调 See merge request
!116
parents
afffaaf6
02034ae6
master
hotfix/v1.3.3.25
hotfix/v1.3.3.26
hotfix/v1.3.3.27
hotfix/v1.3.3.28
hotfix/v1.3.3.29
hotfix/v1.3.3.30
hotfix/v1.3.3.31
v2
v1.3.3.31
v1.3.3.30
v1.3.3.29
v1.3.3.28
v1.3.3.27
v1.3.3.26
v1.3.3.25
v1.3.3.24
v1.3.3.23
v1.3.3.22
v1.3.3.21
v1.3.3.20
v1.3.3.19
v1.3.3.18
v1.3.3.17
v1.3.3.16
v1.3.3.15
v1.3.3.14
v1.3.3.13
v1.3.3.12
v1.3.3.11
v1.3.3.10
v1.3.3.9
v1.3.3.8
v1.3.3.7
v1.3.3.6
v1.3.3.5
v1.3.3.4
v1.3.3.3
v1.3.3.2
v1.3.3.1
v1.3.3
v1.3.2.2
v1.3.2.1
v1.3.2
v1.3.1.15
v1.3.1.14
v1.3.1.13
v1.3.1.12
v1.3.1.11
v1.3.1.10
v1.3.1.9
v1.3.1.8
v1.3.1.7
v1.3.1.6
v1.3.1.5
v1.3.1.4
v1.3.1.3
v1.3.1.2
v1.3.1.1
v1.3.1
v1.3.0.3
v1.3.0.2
v1.3.0.1
v1.3.0
v1.2.14.20
v1.2.14.19
v1.2.14.18
v1.2.14.17
v1.2.14.16
v1.2.14.15
v1.2.14.14
v1.2.14.13
v1.2.14.12
hnddy/v1.0.0.3
hnddy/v1.0.0.2
hnddy-v1.0.1
hnddy-v1.0.0.4
hnddy-v1.0.0.1
hnddy-v1.0.0
1 merge request
!116
微调
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Services/Embed/EmbedType/VideoEmbed.php
+1
-0
src/Services/Embed/EmbedType/VideoEmbed.php
with
1 addition
and
0 deletions
+1
-0
src/Services/Embed/EmbedType/VideoEmbed.php
View file @
6ce29ca4
...
...
@@ -56,6 +56,7 @@ class VideoEmbed extends PublicEmbed
'url'
=>
\
Storage
::
url
(
config
(
'pano_edit.krpano_dir'
)
.
'/plugins/videoplayer.swf'
),
'alturl'
=>
\
Storage
::
url
(
config
(
'pano_edit.krpano_dir'
)
.
'/plugin/common/video/myvideoplay.js'
),
'videourl'
=>
\
Storage
::
url
(
env
(
'APP_ENV'
)
.
$actionData
[
'videoUrl'
]),
'hotspotType'
=>
'video'
,
'distorted'
=>
'true'
,
'onloaded'
=>
'calc_pos_from_hfov_yaw_pitch_roll('
.
$this
->
data
[
'scale'
]
.
', '
.
$this
->
data
[
'rx'
]
.
', '
.
$this
->
data
[
'ry'
]
.
', '
.
$this
->
data
[
'rz'
]
.
');setVideoBtn();'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help