Ability to change to order of the controls. Example, if you want the current-time indicator on the left-side of the progress bar...like this

Already supported: https://github.com/sampotts/plyr/blob/master/controls.md
@friday I think he means to set the _order_ which isn't possible. I had a TODO in there and I've already made a start on it but styling is the issue that I'm finalizing currently.
I've been away too long. Sorry mnervik!
You can set the controls to display:flex, and then give them all an ‘order’
attribute
On Sat, 13 Apr 2019 at 5:12 pm, friday notifications@github.com wrote:
I've been away too long. Sorry mnervik!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/sampotts/plyr/issues/1411#issuecomment-482783826, or mute
the thread
https://github.com/notifications/unsubscribe-auth/ALoQT2bwREcFv0P4TQYvWxwhM9XRMzbSks5vgYNlgaJpZM4csEab
.
Yeah that's possible I guess. The controls container already uses flex.
I'm almost done making the controls order relative to the order of the array. It just requires some styling changes and might be breaking for some people so I'll probably have to bump the major version as a result.
This is now possible in v3.5.4 👍 It will now take the order of your controls array as the order to display them in. I'll check I've updated the docs but will do if I've not done so already.
Most helpful comment
This is now possible in
v3.5.4👍 It will now take the order of your controls array as the order to display them in. I'll check I've updated the docs but will do if I've not done so already.