joaopereirawd / animatedModal.js

animatedModal.js is a jQuery plugin to create a fullscreen modal with CSS3 transitions. You can use the transitions from animate.css or create your own transitions.
MIT License
962 stars 207 forks source link

how to center the modal #58

Closed weebnoobi closed 6 years ago

weebnoobi commented 6 years ago

how to put the modal in the middle of the page when opened and not occupy the whole screen?

sunilw commented 6 years ago

@weebnoobi it might be easier to center your own markup inside the modal.

weebnoobi commented 6 years ago

thank you for your reply, i think i got it!