Forum Discussion
SteveWarren-304
4 years agoCommunity Member
Changing the video Play button in RISE 360
Well, I've looked everywhere but can't see how to change the video Play button in RISE 360.
The default button is a big black circle that monopolizes the image and looks hideous if there's a centr...
- 1 month ago
Hello everyone!
I’m excited to share that we've released a new Rise 360 update that includes:
- Enhanced: Upload or generate a custom video thumbnail.
There’s nothing to install for web-based apps. New features and fixes are immediately available!
Please let us know if you need any additional help!
PhilFoss
2 years agoCommunity Member
I'm using this css to make the button a bit smaller. You can add css in web or scorm exports. What I do is make a new folder called theme and add css and image files in there, then you need to add the link in the main/index file.
.video-a11y .vjs-big-play-button {
width: 45px !important;
height: 45px !important;
border:0px none !important;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
line-height: 1.1;
}
Related Content
- 1 year ago
- 1 year ago
- 1 year ago
- 1 year ago