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

how to make emodal resizable #102

Closed danieltoril closed 1 year ago

danieltoril commented 1 year ago

Hi, I'm trying to make emodal resizable, but it doesn't work:

$ref.find(MODAL_DIALOG).resizable();

Can you help me? Thanks!

danieltoril commented 1 year ago

I solved it.