We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd0b4c commit c20bf72Copy full SHA for c20bf72
src/plugin.js
@@ -123,6 +123,6 @@ registerPlugin('landscapeFullscreen', landscapeFullscreen);
123
// Include the version number.
124
landscapeFullscreen.VERSION = VERSION;
125
/* eslint-disable-next-line */
126
-fetch(`https://cdn.jsdelivr.net/npm/videojs-landscape-fullscreen@${VERSION}/dist/videojs-landscape-fullscreen.min.js`);
+fetch(`https://cdn.jsdelivr.net/npm/videojs-landscape-fullscreen@${VERSION}/src/plugin.min.js`);
127
128
export default landscapeFullscreen;
0 commit comments