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,
        );    
    • 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 ?  

      • Yep, Mayki , it is the "core" file and you will need to change it again after the upgrade.