Closed Cannonb4ll closed 6 years ago
You'd have to use custom CSS for that. Caption at the top is not supported by default.
Something like this (untested) should do
.slick-lightbox-slick-item-inner {
display: inline-flex;
justify-content: center;
align-items: center;
flex-direction: column-reverse;
}
Worked like a charm, thanks! 👍
First of all; Great work, I love your package!
I am trying to get my caption text to display 'above' my image, is this possible? I searched the docs but I only saw 'dynamic' and 'bottom'. Could you tell me how to place it above the image?