{"id":4441,"date":"2025-07-13T08:36:34","date_gmt":"2025-07-13T08:36:34","guid":{"rendered":"https:\/\/www.sewabhartihp.org\/?page_id=4441"},"modified":"2025-07-16T05:56:47","modified_gmt":"2025-07-16T05:56:47","slug":"donate-copy-copy-3-copy","status":"publish","type":"page","link":"https:\/\/www.sewabhartihp.org\/?page_id=4441","title":{"rendered":"Photo-Gallery"},"content":{"rendered":"\n\n\t\t\t<h4>\n\t\t\t\t\tPhoto Gallery\n\t\t\t\t<\/h4>\n\t\n    <div id=\"gallery-container\" class=\"photo-grid\"><\/div>\n    <button id=\"load-more-gallery\" style=\"display:block;margin:20px auto;\">Load More<\/button>\n\n    <style>\n    .photo-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 15px;\n    }\n\n    @media (max-width: 768px) {\n        .photo-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    .gallery-card {\n        position: relative;\n        width: 100%;\n        padding-top: 100%; \/* 1:1 square *\/\n        overflow: hidden;\n        border-radius: 10px;\n        cursor: pointer;\n        background-color: #f0f0f0;\n    }\n\n    .gallery-card img {\n        position: absolute;\n        top: 0; left: 0;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        border-radius: 10px;\n    }\n\n    \/* Lightbox styles *\/\n    .lightbox-overlay {\n        display: none;\n        position: fixed;\n        top: 0; left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0,0,0,0.8);\n        justify-content: center;\n        align-items: center;\n        z-index: 9999;\n        padding: 20px;\n    }\n\n    .lightbox-overlay img {\n        max-width: 90vw;\n        max-height: 80vh;\n        display: block;\n        margin: 0 auto;\n    }\n\n    .lightbox-caption {\n        color: #000;\n        background: #fff;\n        padding: 10px;\n        margin-top: 15px;\n        border-radius: 6px;\n        text-align: center;\n        max-width: 90vw;\n        word-break: break-word;\n    }\n\n    .lightbox-close {\n        position: absolute;\n        top: 20px;\n        right: 30px;\n        font-size: 30px;\n        color: white;\n        cursor: pointer;\n    }\n    <\/style>\n\n    <div class=\"lightbox-overlay\" id=\"gallery-lightbox\">\n        <span class=\"lightbox-close\">&times;<\/span>\n        <div class=\"lightbox-inner\">\n            <img decoding=\"async\" id=\"lightbox-img\" src=\"\" alt=\"\">\n            <div id=\"lightbox-caption\" class=\"lightbox-caption\"><\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n    let galleryPage = 1;\n\n    function loadGalleryPage(page) {\n        fetch(customUploaderAjax.ajax_url + '?action=load_gallery&page=' + page)\n            .then(res => res.json())\n            .then(data => {\n                const container = document.getElementById('gallery-container');\n                data.posts.forEach(post => {\n                    const card = document.createElement('div');\n                    card.className = 'gallery-card';\n                    card.innerHTML = `<img decoding=\"async\" src=\"${post.image}\" alt=\"\">`;\n                    card.addEventListener('click', () => {\n                        document.getElementById('lightbox-img').src = post.image;\n                        document.getElementById('lightbox-caption').innerText = post.caption;\n                        document.getElementById('gallery-lightbox').style.display = 'flex';\n                    });\n                    container.appendChild(card);\n                });\n                if (!data.has_more) document.getElementById('load-more-gallery').style.display = 'none';\n            });\n    }\n\n    document.addEventListener('DOMContentLoaded', () => {\n        loadGalleryPage(galleryPage);\n        document.getElementById('load-more-gallery').addEventListener('click', () => {\n            galleryPage++;\n            loadGalleryPage(galleryPage);\n        });\n\n        const lightbox = document.getElementById('gallery-lightbox');\n        const lightboxClose = document.querySelector('.lightbox-close');\n\n        \/\/ Close lightbox on \"\u00d7\"\n        lightboxClose.addEventListener('click', () => {\n            lightbox.style.display = 'none';\n        });\n\n        \/\/ Close lightbox if clicking outside the image\/caption\n        lightbox.addEventListener('click', function (e) {\n            const img = document.getElementById('lightbox-img');\n            const caption = document.getElementById('lightbox-caption');\n            if (!img.contains(e.target) && !caption.contains(e.target) && !lightboxClose.contains(e.target)) {\n                lightbox.style.display = 'none';\n            }\n        });\n    });\n    <\/script>\n\n    \n\n","protected":false},"excerpt":{"rendered":"<p>Photo Gallery<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-4441","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.sewabhartihp.org\/index.php?rest_route=\/wp\/v2\/pages\/4441","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sewabhartihp.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sewabhartihp.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sewabhartihp.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sewabhartihp.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4441"}],"version-history":[{"count":5,"href":"https:\/\/www.sewabhartihp.org\/index.php?rest_route=\/wp\/v2\/pages\/4441\/revisions"}],"predecessor-version":[{"id":4635,"href":"https:\/\/www.sewabhartihp.org\/index.php?rest_route=\/wp\/v2\/pages\/4441\/revisions\/4635"}],"wp:attachment":[{"href":"https:\/\/www.sewabhartihp.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4441"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}