• Hi, I would like for my images contained within my photo gallery to open up in a new window without the use of another plugin. Currently, when you click on an image within the gallery, the URL is redirected to the image; however, I would like to avoid this redirect. Is there a way to open individual images contained within the photo gallery via a new window (without the use of a third-party plugin)? I’ve searched the pre-existing posts within this forum, but the feedback all seems to point to the use of a plugin. Is this our only option?
    Thank you,
    Dana ??

Viewing 1 replies (of 1 total)
  • There is a way by which you can make the photo gallery images in a new tab. You just need to add target="_blank" attribute to the <a>tags so that all the images will be opening as you wanted(i.e in the new tab).

    Note: You might have to use jQuery to add this attribute to the <a> tags of your photo gallery.

Viewing 1 replies (of 1 total)
  • The topic ‘Open images contained within photo gallery in a new window.’ is closed to new replies.