I recently integrated the audio.js plugin into my website. I've added the necessary code to the header.php file located in the includes folder.
<script src="audio/audiojs/audio.min.js"></script>
While the player appears correctly on other pages with the default size, I specifically need to adjust the width of the player on the homepage of my site. Any suggestions on how to achieve this?
Any help would be greatly appreciated!