Using $.nmManual
instead of the default .nyroModal
. The default nyroModel will resize the model automatically based on the browser window size, but the filters are vague at best when trying to set this.
$('.nyroModal').nyroModal();
Default function works fine.
$.nmManual('test.html', {
modal: true, //doesn't seem to do anything
sizes: {
minW: 805, //this works
minH: 610,
},
showCloseButton: false, //also works
anim: {
resize: true, //both these do nothing
showTrans:true,
}
I nyromodel site makes it quite hard to understand exactly what parameters the resize
, def
, and showtrans
actually use.