jqueryjqmodal

How to set height width of jqModal?


I am using jqModal plugin. Does anybody know how to set it's height and width ?


Solution

  • Did you tried specifying height and width manually:

    <div id="jqmd" class="jqmWindow" style="width: 400px; height: 260px"></div>
    

    Hope this helps.