News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Audio Preview not setting width

Started by ColinM, 16.05.2020 15:58:51

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ColinM


Audio preview is failing to set the width of the player as defined in the Options Mediaplayer tab

In /helpers/jdownloads.php line 819 or there abouts is the statment
$player_maxwidth = 'max-width:'.(int)$params->get('html5player_audio.width').'px; ';
It should be an underscore rather than a point

$player_maxwidth = 'max-width:'.(int)$params->get('html5player_audio_width').'px; ';
Colin
Colin M
  •