Premium Nuevo skin usage

Video Player is loading.
Advertisement
Current Time 0:00
Duration -:-
Loaded: 0%
Stream Type LIVE
Remaining Time -:-
1x
  • Chapters
  • descriptions off, selected
  • captions off, selected
    x
    ZOOM HELP
    Drag zoomed area using your mouse.
    100%
    Using premium Nuevo skin is quite easy. You only need to load css stylesheet file from one of premium skins directory instead of default nuevo skin directory
    IMPORTANT
    It is crucial to load CSS skin file and then player JS files from the <body> section of website, not <head>.

    Code Setup to use "treso" skin

    <!--Inside Body tag-->
    <link href="../skins/treso/videojs.min.css" rel="stylesheet" type="text/css" />
    <script src="../video.min.js"></script>
    <script src="../nuevo.min.js"></script>