Viewing 1 replies (of 1 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    The playing element has a custom attribute set : isplaying=”true”.

    via CSS you can create a rule as follow:

    .map_download{opacity:0}
    [isplaying=true] .map_download{opacity:1}

    You can’t do the same for the mute/unmute button for some internal plugin logics.

    Bye,
    Matteo

Viewing 1 replies (of 1 total)
  • The topic ‘Show Volume and Download buttons only when playing?’ is closed to new replies.