I love that GURU supports SCORM now! However, I hope that the random padding within the lesson can be removed in future releases of GURU. Even in the demo video you can see the random padding around the Windows 10 course. In the short term, I have been able to correct this by adding the following CSS rules:
.modal-lesson-content {
margin: 0px !important;
}
.window .window-mainbody {
padding:0px;
}
.uk-text-bold.uk-text-center.media-name {
margin-top:0px;
}
#scorm_object {
height:100vh !important;
width:100%;
}
This fits the SCORM content to 100% of the course window with no white space around the sides. But of course these same rules ruin the formatting on courses that aren't SCORM.
I hope these rogue padding/ margins can be corrected in the next release of GURU. SCORM compatibility still feels quite experimental until then.