compact / angular-bootstrap-lightbox

An AngularJS lightbox built using UI Bootstrap Modal.
http://compact.github.io/angular-bootstrap-lightbox/
MIT License
306 stars 134 forks source link

Check for 'auto' before setting height and width of modal #37

Closed Ryuno-Ki closed 8 years ago

Ryuno-Ki commented 8 years ago

In line 134 and line 143 you're assuming, that the value will be a Number, but in line 110 and line 115 there's the possibility, that the value will be auto. Can you consider those in your next update?