Hi there,
Is it possible to open Gallery with text link?
And I need only specific gallery not whole page images.
Thanks.
Hi voldemarasp!
Yes, all you need to do is link to one of the images.
<a href = "URL to the image">Click me</a>
You can add additional images to the gallery like so.
<a href = "URL to another image" style = "display: none;">Hidden</a>
<a href = "URL to another image" style = "display: none;">Hidden</a>
<a href = "URL to another image" style = "display: none;">Hidden</a>
Regards,
Elliott