Index: lams_central/web/includes/javascript/authoring/authoringMenu.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/authoring/authoringMenu.js,v diff -u -r1.34.2.13 -r1.34.2.14 --- lams_central/web/includes/javascript/authoring/authoringMenu.js 6 Apr 2016 20:33:03 -0000 1.34.2.13 +++ lams_central/web/includes/javascript/authoring/authoringMenu.js 25 Jun 2016 14:39:47 -0000 1.34.2.14 @@ -647,7 +647,7 @@ success : function() { // open preview pop up window window.open(LAMS_URL + 'home.do?method=learner&mode=preview&lessonID='+lessonID,'Preview', - 'width=920,height=700,resizable,status=yes'); + 'width=1280,height=720,resizable,status=yes'); } }); @@ -763,4 +763,4 @@ $('.templateContainer').height($('#ldDescriptionDiv').height() + $('#canvas').height() - 10); }); } -}; \ No newline at end of file +};