Where can I find an audio player that has a play button and can play music like this template?

Where can I find a cool template like this one on wix? i want to add a play button on top of the image and can play music.

Hi there aznsmile,

check out the attachment to see an example…

aznsmile.zip (30.5 KB)

coothead

2 Likes

Hi there aznsmile,

I forgot to mention that I originally coded this example for an
SVG button, as the HTML title and h1 tags indicate, only to
discover on final testing that IE 11 did not support classList. :eyebrows:

Can I use classList?

Instead I had to use an image for the button but then forgot
to amend the title and h1 content to reflect this change. :wonky:

coothead

1 Like

Hi thank you for the example. What is classList? should I add or change something on there to fix it?

The Element.classList is a read-only property that returns a live
DOMTokenList collection of the class attributes of the element.

Further reading:-

Element​.class​List

No, as pointed out in post #3, I did not use it. :winky:

coothead

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.