only update timeline src if image has index(ignore loading icon and others), fixes #2709
This commit is contained in:
parent
46d0dcf2e3
commit
1cbaee2d67
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ Ox.VideoTimelinePlayer = function(options, self) {
|
|||
function updateTimeline() {
|
||||
self.$timelinePlayer.find('img').each(function() {
|
||||
var $this = $(this);
|
||||
$this.attr({
|
||||
$this.data('index') && $this.attr({
|
||||
src: self.options.getLargeTimelineURL(
|
||||
self.options.timeline, $this.data('index')
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue