Comment to 'HD video more then 720p'
  • Despite it shows 720, it should load your custom extension, 720 is hardcoded in inc/classes/BxDolPlayer.php near 77 line:

        protected $_aSizes = array(
            'sd' => 480,
            'hd' => 720,
        );    

    I have changed 720 to 1080 in mentioned file and now player shows 1080. Thank you very much Alex T⚜️ . I believe, that this my change back at future upgrades of una ?