I want to reduce the size of my player and at the same time reduce the number of buttons. So I can take the buttons out easily but it leaves a space where they once were. Reducing the size of the player does not mean (It seems) that the remaining buttons will fill the space. There’s always a gap where the buttons once were. Any ideas please.
Here’s an example
Don’t have the stack I’m afraid, but looking at the product page and reducing the width of the screen, it looks as though you can strip all the buttons out apart from the Play and Replay buttons, so I would imagine there’s a way to do it.
Try updating to Player v2. I note from your page source code that you are still using an old version of Player that is a couple of years old and no longer receiving support or updates.
The newest version uses CSS flexbox, which vastly improves your ability to add or remove buttons - just like the examples @robbeattie was showing you on the website. Flexbox works in all mdoern web browsers.
If you insist on still using an old version of Player, then I seem to recall after you delete buttons, you have to adjust the button width parameter, to get things realigned again. Whereas with flexbox in Player v2, it’s all computed and aligned automatically for you.