Forum Discussion
ReenaMittal-e9a
9 years agoCommunity Member
Remove Sound Icon/Volume Control from any slide
Finally, I have found the solution for how to remove the sound icon/volume icon in any slide.
Jürgen_Schoene_
3 years agoCommunity Member
for every script where you see the "$" char in the code, you need the library "jQuery"
jQuery is not included in Storyline anymore, since
- January 21, 2020 (Storyline 360)
- June 16, 2020 (Storyline 3)
but jQuery is not needed, you can do it with pure javascript
hide volume button
document.getElementsByClassName("cs-volume")[0].classList.add("hidden");
show volume button
document.getElementsByClassName("cs-volume")[0].classList.remove("hidden");
tested with modern player and classic player - so it should work with Storyline 3
JeremyStump
2 years agoCommunity Member
Do you know what the value would be to hide the closed caption button?
Related Content
- 10 months ago