Reputation: 105
Is it possible to move the playbar into a custom position on a slide not connected to the borders?
My company wants to migrate to captivate and we need to position the controls on a certain position in our slides, such as in the frame of the course.
Needs to be html5 compatible as well if that makes any difference.
Thanks
Upvotes: 1
Views: 683
Reputation: 1
you can manipulate the playbar using javascript, which you can set to execute when the first slide loads.
playbar.style.marginTop = "20px" will push it down a bit for example
Upvotes: 0