dinbror / bpopup

bPopup is a lightweight jQuery modal popup plugin (only 1.34KB gzipped). It doesn't create or style your popup but provides you with all the logic like centering, modal overlay, events and more. It gives you a lot of opportunities to customize so it will fit your needs.
http://dinbror.dk/bPopup
427 stars 260 forks source link

Centering of popup is borken when using % as width/height. #3

Closed carlos22 closed 11 years ago

carlos22 commented 11 years ago

This is an issue after window resize.

dinbror commented 11 years ago

Thanks for reporting.

The bug is already logged and I'll ship a fix in the next release. The issue is that the eksperimentel recenter part is converting the "%" to "px".

dinbror commented 11 years ago

Fixed in latest release