Symptom
Customer wants to modify the window size for the content on the LMS.
Environment
SuccessFactors Learning Management System (LMS) - All Supported Versions
Resolution
You can configure the popup window pixel dimension size for each content type within the System Configuration as shown on the bellow steps:
- Sign in as an Administrator.
- Admin tab.
- System Admin sub-tab.
- Configuration vertical tab.
- System Configuration sub-selection.
- LMS_ADMIN edit configuration icon.
- Search for the following in the page embedded configuration file:
# Window options when launching different course types.
contentWindowOpenOptions.aicc=width=800,height=600,top=0,left=0,toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,r esizable=1
contentWindowOpenOptions.scorm=width=800,height=600,top=0,left=0,toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1, resizable=1
contentWindowOpenOptions.browser=width=800,height=600,top=0,left=0,toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars= 1,resizable=1
contentWindowOpenOptions.document=width=800,height=600,top=0,left=0,toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars =1,resizable=1
8. After making your width/height name-value pair changes for your content type, ensure that you click the "Apply Changes" button.
Keywords
Default, Window, Size, Browser, small, change , KBA , LOD-SF-LMS-CNT , Content , How To