VideoJs-Panorama Plugin
Replace the Cloudinary options with one containing the plugin object configured for the panorama plugin:
var options = {
publicId: "tropical360_qjbr2d",
plugins: {
panorama: {
clickAndDrag: true,
clickToToggle: true,
autoMobileOrientation: true
}
},
sourceTypes: ["mp4"]
};Last updated