[ARCHIVED] How do we adjust the iframe width for SCORM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does anyone know why Canvas sizes SCORM at about 40% of the browser window width?
It looks like the iframe is of a fixed size, and I am trying to figure out how to increase the width so that the SCORM uses all available screen real estate.
thanks!
ricardo
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After much searching and trying different options. This worked like a charm!
I was trying to open my SCORM package to open in a new tab as a link, but still keep the embedded iframe within the Canvas page (small and horizontal/vertical scroll bar). It was either one or the other...Until, I found another discussion which provided a code to open links in a new tab.
What I realized is that when the option to open in a new tab is selected in the SCORM package it provides a new URL. This is a super very long URL. I copied it and then placed it with this code using HTML editor.
<a href="COPY AND PASTE ALL OF THE URL YOU GET AFTER OPENING SCORM FILE IN A NEW TAB" target="_blank">Full Size Screen</a>
This worked like a charm! I am so happy. Now the user can click in the link to open in a new tab for full size or view within Canvas for a smaller size.
Amelia
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.