Premium Nuevo skin usage

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>