Hi,
Is there an option to add captions to a gallery instead of listing the number of slide, e.g. 1 of 9, etc.
I'm attaching a gallery sample here.
Many thanks,
Maciek
Hi,
Is there an option to add captions to a gallery instead of listing the number of slide, e.g. 1 of 9, etc.
I'm attaching a gallery sample here.
Many thanks,
Maciek
Hello,
You can simply add title="Lightbox Caption" to the data-lightbox="gallery-item" Element. Example:
<a class="grid-item" href="images/portfolio/full/1.jpg" data-lightbox="gallery-item" title="Lightbox Caption"><img src="images/portfolio/4/1.jpg" alt="Gallery Thumb 1"></a>This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
This works fine, thanks! Any way to remove the sequence "1 of..."?
M
Hello,
You can use the following CSS Code:
.mfp-counter {
display: none;
}Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Beautiful, thanks much!!!
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard