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

    I know there is a way to dot his…with one of the Link or Image class attributes tot he advanced options – I jsut can not fund any posts on it. I need an image that is clicked to move the browser to that image or open it in a new window for a specific post and image. No matter wha tI am doing I get the lightbox and the image is so big it can not be viewed in the lightbox format.

    #498544

    Hi mocablue!

    So you want to create a link to display an image in a new tab instead of in a lightbox correct? When you type your HTML out add a class of “noLightbox” to the link like so.

    <a href = "URL to your image" class = "noLightbox">Click me</a>
    

    Cheers!
    Elliott

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