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 58b4c7c commit 1098320Copy full SHA for 1098320
app/code/Magento/ProductVideo/view/frontend/web/js/fotorama-add-video-events.js
@@ -97,6 +97,10 @@ define([
97
optionsVideoData: '',
98
vimeoJSFrameworkLoaded: false
99
},
100
+
101
+ /**
102
+ * @private
103
+ */
104
onVimeoJSFramework: function () {},
105
PV: 'product-video', // [CONST]
106
VU: 'video-unplayed',
@@ -654,7 +658,8 @@ define([
654
658
* @param {Event} event
655
659
* @private
656
660
*/
657
- _clickHandler: function (event) {if ($(event.target).hasClass(this.VU) && $(event.target).find('iframe').length === 0) {
661
+ _clickHandler: function (event) {
662
+ if ($(event.target).hasClass(this.VU) && $(event.target).find('iframe').length === 0) {
663
$(event.target).removeClass(this.VU);
664
665
if (this.vimeoJSFrameworkLoaded) {
0 commit comments