saribe / eModal

Easy Modal for bootstrap, is a simple way to create modal dialogs using javascript.
http://saribe.github.io/eModal
271 stars 97 forks source link

Size problem #22

Closed snnyk closed 8 years ago

snnyk commented 9 years ago

eModal.ajax({ url : url, title : 'the title', size : eModal.size.xl });

but size all time sm

saribe commented 9 years ago

Hi snnyk,

I can't repro this...

Are you using the last version?

XL size only become available in V 1.2.1-rc1

Please let me know if you get any issues.

GustavoDMS commented 6 years ago

I have the same problem. The modal open in xl size, but after the content is loaded, the modal auto resize to the sm size. It's only occur in xl size paramter.