| arrowKeys | true | true/false | Use left and right arrow keys for controls. Esc to close. | |
| controls | true | true/false | Display next / prev control arrows | |
| loop | true | true/false | Allows looping back to the beginning | |
| maxWidth | null | integer | Maximum amount of pixels for width | |
| maxHeight | null | integer | Maximum amount of pixels for height | |
| maxScreen | 90 | integer | Maximum percentage of screen size | Overrides maxWidth and maxHeight |
| updateRsz | true | true/false | Update on window resize | |
| callback | null | Function | Function to run after every panel is complete | Also called after update method |
| lockScroll | true | true/false | Prevent the browser from scrolling when popup is open | |
| contentType | image | image, AJAX, iframe | Type of content to open in popup | |
| AJAXContainer | null | jQuery selector | HTML element to find and load into popup | Required to be set in settings or on element for AJAX content type |