I know admins can currently login to the back-end and retrieve a direct link to both the thumbnail, and image that resides in the Gallery. But that doesn't help users when they attempt to insert an image into an article (using the Blogs function in CB w/Joomla articles) and have it lightboxed.
The problem comes for them when trying to use the image's link in the gallery. They are all currently formatted like this:
Code:
https://www.my-domain.com/index.php?option=com_comprofiler&view=pluginclass&plugin=cbgallery&action=item&func=show&id=59&gallery=0aaf28a6ba30e0aa23e83c8ad9b8f14c&v=1584308678&Itemid=391&format=raw
No lightboxing plugin that I've found so far can query the dimensions (x/y) of the target image and display it properly. They are usually cut off top/bottom and don't look correct. This is an example of what one lightbox displays - all are functionally broken when it comes to Gallery screens:
If there was a way to allow users to see the direct full-size (& thumbnail) file path on one of their images, it would go a long way towards embedding gallery images into articles, with pretty lightboxing effects. Or even a button that retrieves the direct URLs and places them in the article for the user to create a lightbox with. Masking the direct link can be helpful in certain situations, but in this case it seems like the functionality of the Gallery is being diminished.