Skip to content

Commit 5dbfa14

Browse files
Added namespace to product videos fotorama events
- fix video loading
1 parent 183e4d6 commit 5dbfa14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ProductVideo/view/frontend/web/js/fotorama-add-video-events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ define([
207207
if (options.dataMergeStrategy === 'prepend') {
208208
this.options.videoData = [].concat(
209209
this.options.optionsVideoData[options.selectedOption],
210-
this.options.videoData
210+
this.defaultVideoData
211211
);
212212
} else {
213213
this.options.videoData = this.options.optionsVideoData[options.selectedOption];

0 commit comments

Comments
 (0)