Custom content

There are times when you need to show some other type of content in lightbox beside images. SimpleLightbox can be used to display forms, teasers or any custom html content. Clicking here will display the text above in lightbox form.


    SimpleLightbox.open({
        content: '<div class="contentInPopup"><h3 class="attireTitleType3">Custom content</h3>...',
        elementClass: 'slbContentEl'
    });