Skip to content

Instantly share code, notes, and snippets.

@sroehrl
Last active September 16, 2019 19:01
Show Gist options
  • Save sroehrl/1191a87cbf4bb15e2f1ccf74e1e2ddc6 to your computer and use it in GitHub Desktop.
Save sroehrl/1191a87cbf4bb15e2f1ccf74e1e2ddc6 to your computer and use it in GitHub Desktop.
fighting with scorm
let url = "PLACE URL HERE"
let w = screen.width;
let h = screen.height;
alert(`should be ${h} high and ${w} wide`);
window.open(url,'_blank','height='+h+', width='+w);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment