ashleydw / lightbox

A lightbox gallery plugin for Bootstrap
http://ashleydw.github.io/lightbox
MIT License
1.85k stars 1.3k forks source link

I want lightbox vertical centering #269

Closed sylove102 closed 7 years ago

sylove102 commented 7 years ago

Hello.

I want to apply verticing centering when opening the light box in the remote mode.

Currently is using 5.2.0 version. / use min.js, min.css

I'm always using it well ^^

ashleydw commented 7 years ago

https://stackoverflow.com/questions/41377501/how-to-vertically-align-bootstrap-v4-modal-dialogs

cseelus commented 6 years ago

Yes, Bootstrap 4 has a class modal-dialog-centered which just has to be added to the modal-dialog to make it vertically centered.

Another option would be to apply some CSS, like so:

.ekko-lightbox .modal-dialog {
  align-items: center
}