I'm struggling to make my audio-player resize properly to fit the full width of my page. I can't seem to figure out what I'm missing or doing wrong...
(Current Look)
https://i.sstatic.net/tEtqA.png
I'm attempting to utilize HTML custom controls to design my JSON Audio-player. Instead of using a premade properties array, I'm trying a different approach with custom controls.
(Desired End Look)
https://i.sstatic.net/eg5vi.png
Take a look at my FIDDLE: https://jsfiddle.net/CAT999/1oL6w5jm/28/
Any valuable insights on how to achieve this?
Note:
This audio player supports playlist functionality through JSON data and step navigation. The current version is a fresh update for this project... focusing on modernizing the style and relying on an external audio player plugin called Plyr (https://github.com/sampotts/plyr).
// Mythium Archive: https://archive.org/details/mythium/
const controls = `
<div class="plyr__controls">
// Include control button details...
</div>
`;
// JavaScript code block...
.custom-styling {
// Custom CSS styles...
}