Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #527936

    Hi there,

    Is it possible to open Gallery with text link?

    And I need only specific gallery not whole page images.

    Thanks.

    #528684

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.