Search code examples
jquerynyromodal

Nyromodal manual mode ignore parameters


I'm currently use nyromodal in a website but I have some trouble to set the sizes. Actually, I do something like this :

$.nmManual(
  '#agenda-edit',{              
    resizable: true,
sizes: {    // Size information
  w: 500,   // Initial width
  h: 500    // Initial height
}
  }
);

But It won't work, any idea ?


Solution

  • To change the width of the nyromodal window just change this css line :

    .nyroModalCont {
        width: 800px;
    

    By your value