So I am making a website for a restaurant, where the a la carte menu will load in a unite gallery on a separate web page. I would like for display purposes if the gallery would load in full screen mode. However I can't get it to load in full screen
http://unitegallery.net/index.php?page=documentation#using_the_api
following the documentation
I have tried
var api;
$(document).ready(function(){
api = $("#gallery").unitegallery();
$("#gallery").enterFullscreen();
// I have tried this as well with no success api.enterFullscreen();
});