Skip to content

Instantly share code, notes, and snippets.

@cwig
Last active November 17, 2015 02:52
Show Gist options
  • Save cwig/1b7d6296fa8ce74df6e4 to your computer and use it in GitHub Desktop.
Save cwig/1b7d6296fa8ce74df6e4 to your computer and use it in GitHub Desktop.
BYU Learning Suite Assignment Editor Improvement
(function(){
w=1000;
h=500;
$('.cke_contents').width(w);
$('.cke_contents').height(h);
$('.cke_wysiwyg_frame').width(w-100);
$('.LSPopupDialog').width(w);
})()
(function(){w=1000;h=500;$('.cke_contents').width(w);$('.cke_contents').height(h);$('.cke_wysiwyg_frame').width(w-100);$('.LSPopupDialog').width(w);})()
@cwig
Copy link
Author

cwig commented Nov 17, 2015

Copy and paste in the web browser console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment