• Hi,
    I’m trying to set up my site so that thumbnails of portfolio images (which were added as new media to a page), open up a different image when it’s clicked on…how do I do this? I have the second images ready to go in my media library, I just don’t know how to link them. Any help is appreciated!
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The URL for each images will be in the <a href='...'> bit that surrounds the images, for example:

    <a href="path-to-other-image">
        <img alt="" src="a-portfolio-image.png" />
    </a>

    Thread Starter GarethBarnes1

    (@garethbarnes1)

    Thanks. I’m not entirely sure what to do though…being fairly new to this! How do I retrieve that code and what do I then do with it?
    Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Linking thumbnails to different images’ is closed to new replies.