Audio Player Not Displaying In Chrome - Question | JoomShaper

Audio Player Not Displaying In Chrome

NS

Norm Stephens

SP Page Builder 3 years ago

I have used a SP Pagebuilder Module within the component OS Camus to have amongst other things an embedded audio player.

This audio player displays without issue on Firefox, Internet Explorer, iOS Safari and Edge, however on Chrome it doesn't display (but the element does exist).

I have tried to add a new audio player on various pages of the site but no where will it display in chrome.

Would you be able to take a look please, or do you know why this might be?

Thank you

0
3 Answers
NS
Norm Stephens
Accepted Answer
3 years ago #2695

I thought this was an official support forum.

Can anyone point me to how i get support please?

0
NS
Norm Stephens
Accepted Answer
3 years ago #2890

Found it myself after about 10 hours...

audio,
 {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  box-sizing: border-box;
}

In my template.css file was seemingly stopping the audio player from displaying in Chrome

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #2948

Glad to heard that your problem has been solved. Sorry for the late response. Thanks

0