-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What options are available #72
Comments
No worries raising this issue. The best place that I can recommend getting the information you are looking for is by reading this article which explains how to build your own template to provide custom behavior from the display of the media player. |
Thanks Travis. I've looked at this. However, it doesn't tell me what the capabilities of I (think I've!) managed to stop the controls automatically disappearing by
// this.showThenHide(5000, function(shown) { However, I don't know if this is the best way nor if there are facilities Thanks again On 2 January 2015 at 15:16, Travis Tidwell [email protected] wrote:
|
I'm using osmplayer with the Media Front extension on a Drupal website. I want to tailor its appearance and behaviour but couldn't find any documentation that explains how to configure it. For example, I want to disable the full screen button (I've done this by editing the template file but is this the best way?), I want the controls to always be visible and not automatically hide, I want next/previous track buttons. Is there somewhere that explains how to do this (hopefully, I've missed something blindingly obvious, if so apologies)?
And apologies for raising this as an issue, couldn't see any other way of asking.
Many thanks in advance.
The text was updated successfully, but these errors were encountered: