video loading icon should always be white
This commit is contained in:
parent
7eed2b3f51
commit
f2d93c7001
2 changed files with 9 additions and 3 deletions
|
|
@ -489,7 +489,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
self.$loadingIcon = Ox.LoadingIcon()
|
||||
self.$loadingIcon = Ox.LoadingIcon({video: true})
|
||||
.appendTo(self.$videoContainer)
|
||||
.start();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue