|
Is there a way to set a container to fullscreen in the 'style' or 'class' parameters so that you can click on an icon and get it to open to full screen? I am aware of the fullscreen function button:
but this appears to be only good for manipulating a container once it is already open, I would like to have 'fullscreen' already set so that when a user clicks on icon it opens to full screen, so something along the lines of:
thank you |
|
This is not available jet; I'm planning to implement this functionality in next release. There's one thing you can try: init the container as closed {closed:true} and after a while call the $('#demoContainer').mb_fullscreen() method first and than $('#demoContainer').mb_open(); I'm not sure it works but it could... |


