jDownloads Support Forum

jDownloads for Joomla 3.x => jDownloads 3.9 (Support ended) => Bugs => Topic started by: ColinM on 16.05.2020 15:58:51

Title: Audio Preview not setting width
Post by: ColinM on 16.05.2020 15:58:51

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