May 22, 2025 at 11:49 pm
#10045810
Keymaster
Hi, looks like it should work and there’s no conflict with Porto.
I’m not sure exactly what you need to do but if you just want to have a simple player you can use the native audio element:
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/audio
<figure> <figcaption>Listen to the T-Rex:</figcaption> <audio controls src="https://ed36c642-3295-4df7-89c1-36e48d7d0f4f.mdnplay.dev/shared-assets/audio/t-rex-roar.mp3"></audio> </figure>