jquery-modal-rails icon indicating copy to clipboard operation
jquery-modal-rails copied to clipboard

Width / Height parameters don't change window size

Open DoctorRu opened this issue 10 years ago • 2 comments

Width / height parameter don't affects the modal size.

<%= link_to_modal 'New User Modal Sized', new_user_path, :width=> "600", :height =>"400", :remote => true %><BR/>

or

<%= link_to_modal 'New User Modal Sized', new_user_path, :width=> "950", :height =>"800", :remote => true %><BR/>

Keeps the same size.

DoctorRu avatar Mar 13 '14 02:03 DoctorRu

Yep same here. However I am wondering if this is part of the interface (though it is in the demo page).

lulalala avatar May 27 '14 11:05 lulalala

Same here...

lunarose23 avatar Apr 22 '16 16:04 lunarose23