Audio control not showing duration in chrome browser

Need help please, I have this audio control set up, my problem is that the duration is not showing when using chrome, but in firefox it works fine

<audio controls="" style="width: 130px; margin-left: 15px;">
                                    <source src="myaudio.mp3" type="audio/ogg">
                                    <source src="myaudio.mp3" type="audio/mpeg">
                                    Your browser does not support the audio tag.
                                </audio>

Using Chrome

image

Using firefox

image

Thank you in advance.

Make it wider then you will see current time, duration and mute/volume button.

jemz1

1 Like

Thank you works now

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