mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #1888 from Lruler/feature/video_moudle
bugfix videoautoplay
This commit is contained in:
commit
d5ec56ebf1
|
|
@ -1193,7 +1193,7 @@ footer {
|
|||
|
||||
|
||||
.modal-for-video{
|
||||
display: block;
|
||||
display: none;
|
||||
z-index: 20;
|
||||
position: absolute;
|
||||
height: 608px;
|
||||
|
|
|
|||
|
|
@ -279,8 +279,6 @@
|
|||
}
|
||||
|
||||
shadow.hide();
|
||||
closeVideo.hide();
|
||||
video.hide();
|
||||
|
||||
startVideo.click(function () {
|
||||
openVideo()
|
||||
|
|
|
|||
Loading…
Reference in New Issue