• Resolved dmillersg77

    (@dmillersg77)


    Hello,

    Be default foobox displays the image that when clicked will show you a larger version of that image.

    Is it possible to set a default placeholder image so that all images before they’re clicked on are the same but when clicked on open the correct image or gallery?

    I am willing to jump through hoops to implement any solutions you may have.

Viewing 1 replies (of 1 total)
  • Plugin Author bradvin

    (@bradvin)

    Hi @dmillersg77

    Yes this is possible. You can have a thumbnail showing a placeholder, but as long as the link surrounding the thumb has the correct href pointing to your image of choice, then FooBox will open that image. You will have to write custom HTML.

    example:

    
    <a href="link_to_correct_fullsize_image.jpg"><img src="placeholder_thumb.png" /></a>
    
Viewing 1 replies (of 1 total)

The topic ‘Custom Placeholder Image’ is closed to new replies.