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 321278b commit 89b8f3aCopy full SHA for 89b8f3a
app/code/Magento/ProductVideo/view/frontend/web/js/fotorama-add-video-events.js
@@ -207,7 +207,7 @@ define([
207
if (options.dataMergeStrategy === 'prepend') {
208
this.options.videoData = [].concat(
209
this.options.optionsVideoData[options.selectedOption],
210
- this.options.videoData
+ this.defaultVideoData
211
);
212
} else {
213
this.options.videoData = this.options.optionsVideoData[options.selectedOption];
0 commit comments