Comments on [ Music Player Tutorial F2U ] All Comments

Does there happen to be any way to make the player shrink/resize with whatever box or container that the code is placed into?

This should do ? 1012509104478105600.webp?size=80&quality

<p><audio controls="" style="width:100%;height:25px;"><source src="MP3LINK"><br></audio></p>

Or any Custom Size ones > swap the "width:100px" for "width:100%" and change the '100%' to how much you want it to fill the container

It worked :D thanks a bunch!