Forum Discussion
Disable dragging a video seekbar in Storyline 360
- 2 years ago
Hi Everyone! I did some JavaScript to make this work by simply adding an Execute JavaScript when the timeline starts Trigger.
These are the JS codes:
// One liner function:
const addCSS = css => document.head.appendChild(document.createElement("style")).innerHTML=css;
// Usage:
addCSS(".video-seekbar {display: none;} .modern-video-controls .video-controlbar {height: 50px !important;}")
Thank you so much, everyone!
The community has been asking for a native "disable seek function" in the integrated video controls for over a decade. How is this still not available? Does anyone from Articulate staff have an answer?
- StevenBenassi2 years agoStaff
Hi Marcus!
Thanks for checking in on this!
I don't have any updates to share at the moment as our development team has been prioritizing other features. Not to worry! I've included you in the feature report so you can be notified as soon as we have news to share!
In the meantime, here's a deeper look at how we manage feature requests.