I like to publish my projects as scalable where possible. I don’t know if your authoring tool has that option or not. Mine offers a checkbox to publish Scalable HTML Content and it auto-sizes to fit whatever window is displaying it.
It wouldn’t necessarily require a redesign - just a re-publish if you can do it.
Here is another possibility but it would need to be tested in your environment to see if it will work for you.
#scorm-iframe {
max-height: 90%;
}
You could try tweaking that percentage to suit your needs.
Hi thanks,
I would do that too. However, I’m in a new position tasked with setting up the digital design from scratch and the first step implementing the LMS with the existing materials they have which were purchased. Over the coming weeks we will be replacing these with courses we develop in house but until then we have to work with these purchased scorm files which I do not have the source files for.
Any idea if I have to re-push the materials to the course after changing the settings in the central repository?
Thanks again,
Aimee
I am unsure about whether or not re-pushing from CLOR would work.
I might suggest trying it with a single object to see if it works before removing a ton of things from multiple classes.
The code snippet I provided might serve as a quick temporary fix if it would shrink those SCORMS a little bit in order to get those buttons to appear on screen.
@gstager
Thanks, I will test it for sure. I was just expecting if I changed the settings in the CR it would update automatically everywhere.
I’m not sure where I would put the code snippet. Are you suggesting I put the SCORMs into the course via html using an Iframe?
Thanks again for your help.
Aimee
It would go in the Branding and Look section just like the code for hiding the page name and icon. The result could then simply be checked to see if there was a change.
It is perhaps a long shot but I figure that is at least something I would try if in the same boat.
It is a little tougher because I am not experiencing the same issue to give it a minimal test on my end.
if the purchased courses are absolute fixed sizes - it may end up cutting off a little more.
Oh I see in the CSS settings. Thanks, it is certainly work a shot!
Thanks again