V2

Overview

The V2 version of the content players are designed to be lighter, deliver better performance & to be specific to the requirement.

Below are the players for the V2 version:

pagePDF PlayerpageEpub PlayerpageVideo Player

Default Features

Side Menu

Sample config:

"config": {  
    "sideMenu": { 
      "showShare": true, // show/hide share button in side menu. default value is true
      "showDownload": true, // show/hide download button in side menu. default value is true
      "showExit": false, // show/hide exit button in side menu. default value is false
      "showPrint": true // show/hide print button in side menu. default value is true
    }
}

Last updated