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...
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;
}