I want to ask why jQuery UI dialog is setting the width to \"auto\" automatically?
Below is my iframe to be constructed a dialog.
You can define the element width on init :
width
$('#something').dialog({ width: '100px' });