Default value: true
The resizable option allows you to control whether your users can resize the dialog. To block users from resizing the dialog, set this option to "false." When true, the resize handle is at the bottom right corner of the dialog.
$("selector").wijdialog({resizable: false});