sal0max / grav-plugin-shortcode-gallery-plusplus

A Shortcode extension to add sweet galleries with a lightbox to your Grav website.
MIT License
33 stars 8 forks source link

how to align gallery horizontally? #9

Closed vecjh closed 3 years ago

vecjh commented 3 years ago

Hello,

is there way to align gallery horizontally on the page? I.e. I have a gallery of just two pictures which doesn't take the full width of the page. I've tried to wrap [gallery] in <center> tag or <div class="center"> but it renders gallery invisible.

Also, is it possible to center align text in slide description?

sal0max commented 3 years ago

is there way to align gallery horizontally on the page? I.e. I have a gallery of just two pictures which doesn't take the full width of the page. I've tried to wrap [gallery] in <center> tag or <div class="center"> but it renders gallery invisible.

That's possible. Just use [gallery lastRow="center"]

Also, is it possible to center align text in slide description?

The underlying lightbox is GLightbox. So, it would have to support that feature. You can check out its options. As far as I can tell, there is no way to center the description.

vecjh commented 3 years ago

That's possible. Just use [gallery lastRow="center"]

Thanks, it works indeed. Just didn't think of that feature this way =).