Replies: 1 comment
-
The layer already has absolute position give a class name and apply .item-text {
position: absolute;
bottom: 0;
left: 0;
right: 0;
} <gallery>
<ng-container *galleryImageDef="let item; let active = active">
<div *ngIf="active" class="item-text">
{{ item?.alt }}
</div>
</ng-container>
</gallery> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings and thanks for this amazing plugin
I was wondering if there is a way to add custom text between image preview and carousel instead of above the image
Current
Desired
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions