forked from 0x2620/oxjs
use svg video markers
This commit is contained in:
parent
12423e7b03
commit
9a7a0acd89
24 changed files with 55 additions and 29 deletions
|
|
@ -410,7 +410,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
self.$pointMarker[point][edge] = $('<img>')
|
||||
.addClass('OxPointMarker OxPointMarker' + titleCase)
|
||||
.attr({
|
||||
src: Ox.UI.PATH + 'png/videoMarker' + titleCase + '.png'
|
||||
src: Ox.UI.getImageURL('marker' + titleCase)
|
||||
})
|
||||
.appendTo(self.$videoContainer);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue