The width property (number) specifies the width of the modal dialog in pixels.
300
var modal = new DayPilot.Modal(); modal.width = 600; modal.showHtml("Hello, world!");