Lightbox

Open images, video and other content directly into lightboxes. Try the samples below.

Linked Image

Images added using the WP editor and assigning the class “popup” to the link to open in a lightbox. These images are also linked as a gallery by attaching a “rel” attribute of the same name to enable navigation from image to image inside the lightbox.

Brick WallNice View!

Link URLs

Launch popups by giving any link the class “popup” or adding “#popup” to the end of the URL.

<a class="popup" href="http://demo.vellumwp.com/wp-content/uploads/ocean-rocks-bg.jpg">Open Image in Lightbox</a>

Try it out: Open Image in Lightbox

<a href="http://demo.vellumwp.com/wp-content/uploads/real-estate-property-3.jpg#popup">Open Image in Lightbox</a>

Try it out: Open Image in Lightbox

Login Popup

You can launch a login popup window using the “popup” class and HREF value of “#LoginPopup” as shown below.

<a class="popup" href="#LoginPopup">Sign in to my account</a>

Try it out: Sign in to my account