Generic placeholder image
3
Josephin DoeTyping . .
Generic placeholder image
1
Lary Doeonline
Generic placeholder image
Aliceonline
Generic placeholder image
1
Alia10 min ago
Generic placeholder image
Suzen15 min ago
Generic placeholder image
3
Josephin DoeTyping . .
Generic placeholder image
1
Lary Doeonline
Generic placeholder image
Aliceonline
Generic placeholder image
1
Alia10 min ago
Generic placeholder image
Suzen15 min ago
Generic placeholder image
3
Josephin DoeTyping . .
Generic placeholder image
1
Lary Doeonline
Generic placeholder image
Aliceonline
Generic placeholder image
1
Alia10 min ago
Generic placeholder image
Suzen15 min ago
Generic placeholder image
3
Josephin DoeTyping . .
Generic placeholder image
1
Lary Doeonline
Generic placeholder image
Aliceonline
Generic placeholder image
1
Alia10 min ago
Generic placeholder image
Suzen15 min ago
Josephin Doe
Generic placeholder image

hello Datta! Will you tell me something

about yourself?

8:20 a.m.

Ohh! very nice

8:22 a.m.

Generic placeholder image

can you help me?

8:20 a.m.

Single Images ( light box 2 )

Add this code data-lightbox="<<image path>>" to see roadtrip gallery in lightbox popup.

Multiple Images Or Image Set (light box 2)

Add this code data-lightbox="example-set" to see roadtrip gallery in lightbox popup.

var lightboxModal = new bootstrap.Modal(document.getElementById('lightboxModal')); var elem = document.querySelectorAll("[data-lightbox]"); for (var j = 0; j < elem.length; j++) { elem[j].addEventListener('click', function () { var imagespath = event.target; if (imagespath.tagName == "IMG") { imagespath = imagespath.parentNode; } var recipient = imagespath.getAttribute('data-lightbox'); var image = document.querySelector('.modal-image'); image.setAttribute('src', recipient); lightboxModal.show(); }); } // document.querySelector(".header-chat").classList.add('open'); // if (document.querySelector(".header-user-list").classList.contains('msg-open')) { // document.querySelector(".header-user-list").classList.remove('msg-open'); // } else { // document.querySelector(".header-user-list").classList.add('msg-open'); // } // lightboxModal.addEventListener('show.bs.modal', function (event) { // var button = event.relatedTarget // var recipient = button.getAttribute('data-pc-animate') // var modalTitle = lightboxModal.querySelector('.modal-title') // modalTitle.textContent = 'Animate Modal : ' + recipient // lightboxModal.classList.add('anim-' + recipient); // // if (recipient == "let-me-in" || recipient == "make-way" || recipient == // // "slip-from-top") { // // document.body.classList.add('anim-' + recipient); // // } // }); // lightboxModal.addEventListener('hidden.bs.modal', function (event) { // // removeClassByPrefix(lightboxModal, 'anim-'); // // removeClassByPrefix(document.body, 'anim-'); // }); function removeClassByPrefix(node, prefix) { for (let i = 0; i < node.classList.length; i++) { let value = node.classList[i]; if (value.startsWith(prefix)) { node.classList.remove(value); } } }