Is there a way to create an audio player with the album cover image serving as the background, while ensuring all control buttons are displayed on top of that same image? I attempted using the following code snippet:
<audio controls = 'controls'>
<source src='' type= 'audio/mp3'>
</audio>
Unfortunately, this method does not seem to support adding an image. I have searched extensively online but have yet to find a solution.