We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892063c commit b4d089bCopy full SHA for b4d089b
app/code/Magento/ProductVideo/view/frontend/web/js/fotorama-add-video-events.js
@@ -205,7 +205,7 @@ define([
205
if (options.dataMergeStrategy === 'prepend') {
206
this.options.videoData = [].concat(
207
this.options.optionsVideoData[options.selectedOption],
208
- this.options.videoData
+ this.defaultVideoData
209
);
210
} else {
211
this.options.videoData = this.options.optionsVideoData[options.selectedOption];
0 commit comments