yalabot / angular-foundation

http://pineconellc.github.io/angular-foundation/
Other
1.05k stars 266 forks source link

Is there any option to specify the Modal width? #284

Closed daniel-seitz closed 8 years ago

daniel-seitz commented 8 years ago

In Reveal there are some classes to specify whether the modal opens as a small, medium or big one. Here is didn't find any documentation on this. Do you know how to size it?

Might be related to #281.

jbrowning commented 8 years ago

Please take a look at my comment in #281. This is already supported with the windowClass option for $modal.open.

daniel-seitz commented 8 years ago

Thank you, works.