{"id":190,"date":"2026-02-28T08:07:37","date_gmt":"2026-02-28T08:07:37","guid":{"rendered":"https:\/\/lalajagannathjainhighschool.com\/?page_id=190"},"modified":"2026-02-28T08:12:17","modified_gmt":"2026-02-28T08:12:17","slug":"gallery","status":"publish","type":"page","link":"https:\/\/lalajagannathjainhighschool.com\/?page_id=190","title":{"rendered":"Gallery"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"190\" class=\"elementor elementor-190\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4faf03 e-flex e-con-boxed e-con e-parent\" data-id=\"c4faf03\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b2282d3 elementor-widget elementor-widget-html\" data-id=\"b2282d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"school-gallery-container\">\n    \n    <div class=\"gallery-header\">\n        <h1>School Gallery<\/h1>\n        <div class=\"header-line\"><\/div>\n    <\/div>\n\n    <div class=\"main-image-container\">\n        <img decoding=\"async\" id=\"featured-image\" src=\"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-28-at-12.11.02.jpeg\" alt=\"Featured School Image\">\n    <\/div>\n\n    <div class=\"thumbnail-grid\">\n        <img decoding=\"async\" class=\"thumb active\" src=\"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-28-at-12.11.02-1.jpeg\" onclick=\"changeImage(this)\">\n        <img decoding=\"async\" class=\"thumb\" src=\"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-28-at-12.11.01.jpeg\" onclick=\"changeImage(this)\">\n        <img decoding=\"async\" class=\"thumb\" src=\"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-28-at-12.11.01-1.jpeg\" onclick=\"changeImage(this)\">\n        <img decoding=\"async\" class=\"thumb\" src=\"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-28-at-12.11.00.jpeg\" onclick=\"changeImage(this)\">\n        <img decoding=\"async\" class=\"thumb\" src=\"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-27-at-09.42.54.jpeg\" onclick=\"changeImage(this)\">\n        <img decoding=\"async\" class=\"thumb\" src=\"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-27-at-09.48.24-scaled.jpeg\" onclick=\"changeImage(this)\">\n        <img decoding=\"async\" class=\"thumb\" src=\"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-27-at-09.42.15.jpeg\" onclick=\"changeImage(this)\">\n        <img decoding=\"async\" class=\"thumb\" src=\"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-27-at-09.47.14.jpeg\" onclick=\"changeImage(this)\">\n        \n        <img decoding=\"async\" class=\"thumb\" src=\"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-27-at-09.47.55.jpeg\" onclick=\"changeImage(this)\">\n    <\/div>\n<\/div>\n\n<style>\n\/* Overall Container *\/\n.school-gallery-container {\n    max-width: 1000px;\n    margin: 20px auto;\n    padding: 20px;\n    background: #ffffff;\n    border-radius: 15px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    font-family: sans-serif;\n}\n\n\/* Heading Styling *\/\n.gallery-header {\n    text-align: center;\n    margin-bottom: 30px;\n}\n.gallery-header h1 {\n    font-size: 36px;\n    color: #333;\n    margin-bottom: 5px;\n}\n.header-line {\n    width: 80px;\n    height: 4px;\n    background: #007bff;\n    margin: 0 auto;\n    border-radius: 10px;\n}\n\n\/* Featured Large Image Styling *\/\n.main-image-container {\n    width: 100%;\n    height: 450px;\n    margin-bottom: 20px;\n    border-radius: 12px;\n    overflow: hidden;\n    background: #eee;\n}\n.main-image-container img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: opacity 0.3s ease-in-out;\n}\n\n\/* Thumbnail Grid Styling *\/\n.thumbnail-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));\n    gap: 12px;\n}\n.thumb {\n    width: 100%;\n    height: 80px;\n    object-fit: cover;\n    border-radius: 8px;\n    cursor: pointer;\n    transition: 0.3s;\n    opacity: 0.6;\n    border: 2px solid transparent;\n}\n.thumb:hover {\n    opacity: 1;\n    transform: translateY(-2px);\n}\n.thumb.active {\n    opacity: 1;\n    border-color: #007bff;\n}\n\n\/* Responsive adjustments *\/\n@media (max-width: 768px) {\n    .main-image-container { height: 250px; }\n}\n<\/style>\n\n<script>\nfunction changeImage(element) {\n    \/\/ Main image ko change karein\n    const featured = document.getElementById('featured-image');\n    featured.style.opacity = '0'; \/\/ Fade out effect\n    \n    setTimeout(() => {\n        featured.src = element.src.replace('400\/300', '1200\/800');\n        featured.style.opacity = '1'; \/\/ Fade in\n    }, 200);\n\n    \/\/ Active border set karein\n    let thumbs = document.getElementsByClassName('thumb');\n    for (let i = 0; i < thumbs.length; i++) {\n        thumbs[i].classList.remove('active');\n    }\n    element.classList.add('active');\n}\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>School Gallery<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","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":"","ast-disable-related-posts":"","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":"default","ast-page-background-enabled":"default","ast-page-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":"","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-4)","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-4)","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-4)","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-190","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Gallery - Lala Jagan Nath Jain Goodwill Public High School<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lalajagannathjainhighschool.com\/?page_id=190\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gallery - Lala Jagan Nath Jain Goodwill Public High School\" \/>\n<meta property=\"og:description\" content=\"School Gallery\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lalajagannathjainhighschool.com\/?page_id=190\" \/>\n<meta property=\"og:site_name\" content=\"Lala Jagan Nath Jain Goodwill Public High School\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-28T08:12:17+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-28-at-12.11.02.jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/?page_id=190\",\"url\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/?page_id=190\",\"name\":\"Gallery - Lala Jagan Nath Jain Goodwill Public High School\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/?page_id=190#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/?page_id=190#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/lalajagannathjainhighschool.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/WhatsApp-Image-2026-02-28-at-12.11.02.jpeg\",\"datePublished\":\"2026-02-28T08:07:37+00:00\",\"dateModified\":\"2026-02-28T08:12:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/?page_id=190#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/?page_id=190\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/?page_id=190#primaryimage\",\"url\":\"http:\\\/\\\/lalajagannathjainhighschool.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/WhatsApp-Image-2026-02-28-at-12.11.02.jpeg\",\"contentUrl\":\"http:\\\/\\\/lalajagannathjainhighschool.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/WhatsApp-Image-2026-02-28-at-12.11.02.jpeg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/?page_id=190#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gallery\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/#website\",\"url\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/\",\"name\":\"Lala Jagan Nath Jain Goodwill Public High School\",\"description\":\"Bthinda\",\"publisher\":{\"@id\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/#organization\",\"name\":\"Lala Jagan Nath Jain Goodwill Public High School\",\"url\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-Flyerwiz_1772587243200.png\",\"contentUrl\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-Flyerwiz_1772587243200.png\",\"width\":400,\"height\":133,\"caption\":\"Lala Jagan Nath Jain Goodwill Public High School\"},\"image\":{\"@id\":\"https:\\\/\\\/lalajagannathjainhighschool.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gallery - Lala Jagan Nath Jain Goodwill Public High School","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/lalajagannathjainhighschool.com\/?page_id=190","og_locale":"en_US","og_type":"article","og_title":"Gallery - Lala Jagan Nath Jain Goodwill Public High School","og_description":"School Gallery","og_url":"https:\/\/lalajagannathjainhighschool.com\/?page_id=190","og_site_name":"Lala Jagan Nath Jain Goodwill Public High School","article_modified_time":"2026-02-28T08:12:17+00:00","og_image":[{"url":"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-28-at-12.11.02.jpeg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lalajagannathjainhighschool.com\/?page_id=190","url":"https:\/\/lalajagannathjainhighschool.com\/?page_id=190","name":"Gallery - Lala Jagan Nath Jain Goodwill Public High School","isPartOf":{"@id":"https:\/\/lalajagannathjainhighschool.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lalajagannathjainhighschool.com\/?page_id=190#primaryimage"},"image":{"@id":"https:\/\/lalajagannathjainhighschool.com\/?page_id=190#primaryimage"},"thumbnailUrl":"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-28-at-12.11.02.jpeg","datePublished":"2026-02-28T08:07:37+00:00","dateModified":"2026-02-28T08:12:17+00:00","breadcrumb":{"@id":"https:\/\/lalajagannathjainhighschool.com\/?page_id=190#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lalajagannathjainhighschool.com\/?page_id=190"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lalajagannathjainhighschool.com\/?page_id=190#primaryimage","url":"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-28-at-12.11.02.jpeg","contentUrl":"http:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/02\/WhatsApp-Image-2026-02-28-at-12.11.02.jpeg"},{"@type":"BreadcrumbList","@id":"https:\/\/lalajagannathjainhighschool.com\/?page_id=190#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lalajagannathjainhighschool.com\/"},{"@type":"ListItem","position":2,"name":"Gallery"}]},{"@type":"WebSite","@id":"https:\/\/lalajagannathjainhighschool.com\/#website","url":"https:\/\/lalajagannathjainhighschool.com\/","name":"Lala Jagan Nath Jain Goodwill Public High School","description":"Bthinda","publisher":{"@id":"https:\/\/lalajagannathjainhighschool.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lalajagannathjainhighschool.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/lalajagannathjainhighschool.com\/#organization","name":"Lala Jagan Nath Jain Goodwill Public High School","url":"https:\/\/lalajagannathjainhighschool.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lalajagannathjainhighschool.com\/#\/schema\/logo\/image\/","url":"https:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/03\/cropped-Flyerwiz_1772587243200.png","contentUrl":"https:\/\/lalajagannathjainhighschool.com\/wp-content\/uploads\/2026\/03\/cropped-Flyerwiz_1772587243200.png","width":400,"height":133,"caption":"Lala Jagan Nath Jain Goodwill Public High School"},"image":{"@id":"https:\/\/lalajagannathjainhighschool.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/lalajagannathjainhighschool.com\/index.php?rest_route=\/wp\/v2\/pages\/190","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lalajagannathjainhighschool.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lalajagannathjainhighschool.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lalajagannathjainhighschool.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lalajagannathjainhighschool.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=190"}],"version-history":[{"count":4,"href":"https:\/\/lalajagannathjainhighschool.com\/index.php?rest_route=\/wp\/v2\/pages\/190\/revisions"}],"predecessor-version":[{"id":194,"href":"https:\/\/lalajagannathjainhighschool.com\/index.php?rest_route=\/wp\/v2\/pages\/190\/revisions\/194"}],"wp:attachment":[{"href":"https:\/\/lalajagannathjainhighschool.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}