fix video no load when intro slide was on
This commit is contained in:
parent
16deddbbb4
commit
3b4a9c4714
@ -160,6 +160,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
const lookupCurrentItem = function() {
|
const lookupCurrentItem = function() {
|
||||||
|
if (curItemIndex === -1) {
|
||||||
|
return {duration: introDuration/1000};
|
||||||
|
}
|
||||||
|
|
||||||
return items.loop[curItemIndex];
|
return items.loop[curItemIndex];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user