• Resolved cokeyblokey

    (@cokeyblokey)


    Many thanks for your plugin!

    Is there any code I can use to set a default volume for the player?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author msalsas

    (@msalsas)

    You could try with something like $(".dynamic-volume-slider").slider('value', 0); once the player is shown, since the plugin uses jquery-ui slider for volume and also for track time position.

    Thread Starter cokeyblokey

    (@cokeyblokey)

    Thanks msalsas, that exactly what I needed!

    For anyone that also needs this, the value for the volume level is between 0 and 1 (0, 0.1, 0.2, 0.3 etc).

    Plugin Author msalsas

    (@msalsas)

    Great! Glad to help

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Default volume option?’ is closed to new replies.