@quintype/components 3.8.6-jw-player-integration.2 → 3.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js
CHANGED
|
@@ -3127,7 +3127,8 @@ var JWPlayerComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
3127
3127
|
}, /*#__PURE__*/React__default["default"].createElement("iframe", {
|
|
3128
3128
|
className: "jw-player",
|
|
3129
3129
|
src: playerUrl,
|
|
3130
|
-
allowFullScreen: true
|
|
3130
|
+
allowFullScreen: true,
|
|
3131
|
+
frameBorder: "0"
|
|
3131
3132
|
}));
|
|
3132
3133
|
}
|
|
3133
3134
|
}]);
|