• ansuk

    (@ansuk)


    Is it possible to add a link to each image? For example if i were to use this to display screenshots of clients websites, would it be possible to click on the image and be sent to their website?

Viewing 1 replies (of 1 total)
  • Spiritfoxy

    (@spiritfoxy)

    I would think that this is easily possible by changing the full image link to the link of the website etc and adding target=”_blank” into the mix so it opens in a new page… I have not tried this as yet, but it is logical and I will be trying it once I have this plug-in installed this morning. Would be located in this section of setting up:

    <div id="myGallery">
    <div class="imageElement">
    <h3>Item 1 Title</h3>
    Item 1 Description
    
    <a href="mypage1.html" title="open image" class="open"></a>
    <img src="images/brugges2006/1.jpg" class="full" />
    <img src="images/brugges2006/1-mini.jpg" class="thumbnail" />
    </div>
    <div class="imageElement">
    <h3>Item 2 Title</h3>
    Item 2 Description
    
    <a href="mypage2.html" title="open image" class="open"></a>
    <img src="images/brugges2006/2.jpg" class="full" />
    <img src="images/brugges2006/2-mini.jpg" class="thumbnail" />
    </div>
    </div>

    Hopefully someone with more experience with this plug-in will chime in and say yes or no to this solution *smile*

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Smooth Gallery] Adding a link to the images?’ is closed to new replies.