{"id":742,"date":"2025-08-23T21:51:05","date_gmt":"2025-08-23T21:51:05","guid":{"rendered":"https:\/\/familyartguides.com\/?page_id=742"},"modified":"2025-08-25T08:23:55","modified_gmt":"2025-08-25T08:23:55","slug":"gallery","status":"publish","type":"page","link":"https:\/\/familyartguides.com\/en\/gallery\/","title":{"rendered":"gallery"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"742\" class=\"elementor elementor-742\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b710103 e-flex e-con-boxed e-con e-parent\" data-id=\"b710103\" 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-077c279 elementor-widget elementor-widget-heading\" data-id=\"077c279\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">\ud83d\udcf8 Photo Gallery \ud83c\udfa8<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e5d1e8 elementor-widget elementor-widget-html\" data-id=\"0e5d1e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Free-Form Gallery<\/title>\r\n    <style>\r\n        #cool-gallery {\r\n            position: relative;\r\n            width: 100%;\r\n            max-width: 1200px;\r\n            margin: auto;\r\n            height: auto;\r\n            min-height: 800px; \/* Ensure enough space for all images *\/\r\n            overflow: visible;\r\n        }\r\n\r\n        .gallery-img {\r\n            position: absolute;\r\n            width: 180px;  \/* Slightly smaller for better visibility *\/\r\n            height: 180px; \/* Slightly smaller for better visibility *\/\r\n            object-fit: cover;\r\n            cursor: pointer;\r\n            border-radius: 12px;\r\n            transition: transform 0.3s, box-shadow 0.3s;\r\n            box-shadow: 0 4px 12px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .gallery-img:hover {\r\n            transform: scale(1.05);\r\n            box-shadow: 0 8px 20px rgba(0,0,0,0.4);\r\n            z-index: 10;\r\n        }\r\n\r\n        \/* Free-form scattered positions for desktop *\/\r\n        @media (min-width: 768px) {\r\n            #cool-gallery img:nth-child(1){ top: 30px; left: 8%; transform: rotate(-5deg);}\r\n            #cool-gallery img:nth-child(2){ top: 120px; left: 28%; transform: rotate(10deg);}\r\n            #cool-gallery img:nth-child(3){ top: 70px; left: 55%; transform: rotate(-8deg);}\r\n            #cool-gallery img:nth-child(4){ top: 220px; left: 8%; transform: rotate(12deg);}\r\n            #cool-gallery img:nth-child(5){ top: 250px; left: 32%; transform: rotate(-10deg);}\r\n            #cool-gallery img:nth-child(6){ top: 170px; left: 58%; transform: rotate(7deg);}\r\n            #cool-gallery img:nth-child(7){ top: 320px; left: 70%; transform: rotate(-12deg);}\r\n            #cool-gallery img:nth-child(8){ top: 370px; left: 18%; transform: rotate(5deg);}\r\n            #cool-gallery img:nth-child(9){ top: 400px; left: 42%; transform: rotate(-7deg);}\r\n            #cool-gallery img:nth-child(10){ top: 340px; left: 65%; transform: rotate(8deg);}\r\n            #cool-gallery img:nth-child(11){ top: 80px; left: 78%; transform: rotate(-5deg);}\r\n            #cool-gallery img:nth-child(12){ top: 270px; left: 52%; transform: rotate(10deg);}\r\n            #cool-gallery img:nth-child(13){ top: 440px; left: 22%; transform: rotate(-8deg);}\r\n            #cool-gallery img:nth-child(14){ top: 420px; left: 78%; transform: rotate(6deg);}\r\n            #cool-gallery img:nth-child(15){ top: 520px; left: 48%; transform: rotate(-10deg);}\r\n            \r\n            \/* Additional positioning for future images - ready for expansion *\/\r\n            #cool-gallery img:nth-child(16){ top: 580px; left: 15%; transform: rotate(8deg);}\r\n            #cool-gallery img:nth-child(17){ top: 600px; left: 35%; transform: rotate(-6deg);}\r\n            #cool-gallery img:nth-child(18){ top: 570px; left: 65%; transform: rotate(12deg);}\r\n            #cool-gallery img:nth-child(19){ top: 650px; left: 25%; transform: rotate(-9deg);}\r\n            #cool-gallery img:nth-child(20){ top: 640px; left: 75%; transform: rotate(7deg);}\r\n        }\r\n\r\n        \/* Tablet layout *\/\r\n        @media (min-width: 480px) and (max-width: 767px) {\r\n            #cool-gallery {\r\n                display: grid;\r\n                grid-template-columns: repeat(3, 1fr);\r\n                grid-gap: 20px;\r\n                height: auto;\r\n                padding: 25px;\r\n            }\r\n            \r\n            .gallery-img {\r\n                position: relative;\r\n                width: 100%;\r\n                height: 150px;\r\n                transform: rotate(0) !important;\r\n            }\r\n        }\r\n\r\n        \/* Mobile layout - properly aligned grid *\/\r\n        @media (max-width: 479px) {\r\n            #cool-gallery {\r\n                display: grid;\r\n                grid-template-columns: repeat(3, 1fr);\r\n                grid-gap: 15px;\r\n                height: auto;\r\n                padding: 20px;\r\n                box-sizing: border-box;\r\n            }\r\n            \r\n            .gallery-img {\r\n                position: relative;\r\n                width: 100%;\r\n                height: 110px; \/* Smaller height to fit more images *\/\r\n                transform: rotate(0) !important;\r\n                object-fit: cover;\r\n                border-radius: 8px;\r\n            }\r\n            \r\n            .gallery-img:hover {\r\n                transform: scale(1.02) !important;\r\n            }\r\n        }\r\n\r\n        \/* Extra small screens *\/\r\n        @media (max-width: 320px) {\r\n            #cool-gallery {\r\n                grid-gap: 15px;\r\n                padding: 15px;\r\n            }\r\n            \r\n            .gallery-img {\r\n                height: 120px;\r\n                border-radius: 6px;\r\n            }\r\n        }\r\n\r\n        \/* Zoom Lightbox *\/\r\n        #lightbox {\r\n            display: none;\r\n            position: fixed;\r\n            z-index: 9999;\r\n            left: 0; \r\n            top: 0;\r\n            width: 100%; \r\n            height: 100%;\r\n            background: rgba(0,0,0,0.9);\r\n            justify-content: center;\r\n            align-items: center;\r\n        }\r\n\r\n        #lightbox img {\r\n            max-width: 90%;\r\n            max-height: 90%;\r\n            border-radius: 12px;\r\n            box-shadow: 0 0 30px rgba(255,255,255,0.3);\r\n            object-fit: contain;\r\n        }\r\n\r\n        #close {\r\n            position: absolute;\r\n            top: 20px;\r\n            right: 30px;\r\n            font-size: 40px;\r\n            color: white;\r\n            cursor: pointer;\r\n            font-weight: bold;\r\n            z-index: 10000;\r\n        }\r\n\r\n        @media (max-width: 479px) {\r\n            #close {\r\n                top: 10px;\r\n                right: 15px;\r\n                font-size: 35px;\r\n            }\r\n            \r\n            #lightbox img {\r\n                max-width: 95%;\r\n                max-height: 85%;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Free-form Gallery Widget Responsive -->\r\n    <div id=\"cool-gallery\">\r\n        <!-- 15 images all using the same URL as requested -->\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/0f91f4c3-8ad5-4d9d-a33c-2355d39d3f88.jpeg\" class=\"gallery-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/2b61f94f-8523-409c-8dc3-1e820591d3b5.jpeg\" class=\"gallery-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/07a90ee3-6a20-428a-8616-be977639fd5b-scaled.jpeg\" class=\"gallery-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/07bbeb23-fa5b-47fa-a37c-941018f9c2cc.jpeg\" class=\"gallery-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/7c3155f6-66a9-4991-ac84-959f5f04cfd7.jpeg\" class=\"gallery-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/7ff0002b-38e3-4c54-a928-9298b87e234b.jpeg\" class=\"gallery-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/9bfd9d5f-431b-40d6-b53e-8aa1c2fa26e2.jpeg\" class=\"gallery-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/10f3835e-b9d3-48c6-94e8-b11104dac97a.jpeg\" class=\"gallery-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/95e9d4e4-54d0-45b7-afd7-614707a7517b.jpeg\" class=\"gallery-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/2177f7b1-b148-4c36-8459-1efc7e5c9cf5.jpeg\" class=\"gallery-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/99471c1f-dd50-4ed3-a68d-1b4abeefaf2c.jpeg\" class=\"gallery-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/e6f9e061-2a09-4e37-9da3-10249265df84.jpeg\" class=\"gallery-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/WhatsApp-Image-2025-08-22-at-12.00.43.jpeg\" class=\"gallery-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/adacfc90-0527-41f8-89c5-438462efd107.jpeg\" class=\"gallery-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/f03fcf63-dc1a-48d7-b461-5c246ef5a3c3.jpeg\" class=\"gallery-img\">\r\n    <\/div>\r\n\r\n    <!-- Lightbox Zoom -->\r\n    <div id=\"lightbox\" onclick=\"closeLightbox()\">\r\n        <span id=\"close\">\u00d7<\/span>\r\n        <img decoding=\"async\" id=\"lightbox-img\" src=\"\">\r\n    <\/div>\r\n\r\n    <script>\r\n        const galleryImages = document.querySelectorAll('.gallery-img');\r\n        const lightbox = document.getElementById('lightbox');\r\n        const lightboxImg = document.getElementById('lightbox-img');\r\n\r\n        galleryImages.forEach(img => {\r\n            img.addEventListener('click', () => {\r\n                lightbox.style.display = 'flex';\r\n                lightboxImg.src = img.src;\r\n            });\r\n        });\r\n\r\n        function closeLightbox() {\r\n            lightbox.style.display = 'none';\r\n        }\r\n\r\n        \/\/ Close lightbox on escape key\r\n        document.addEventListener('keydown', function(e) {\r\n            if (e.key === 'Escape') {\r\n                closeLightbox();\r\n            }\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1521000 e-flex e-con-boxed e-con e-parent\" data-id=\"1521000\" 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-34e8ab1 elementor-widget elementor-widget-heading\" data-id=\"34e8ab1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">\ud83d\udcf8 Share your photo and join our gallery!<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de12e3c elementor-widget elementor-widget-heading\" data-id=\"de12e3c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">\ud83c\udfa8 Press the button below and send us your picture!<\/h5>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a625a00 e-flex e-con-boxed e-con e-parent\" data-id=\"a625a00\" 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-b02446e elementor-widget elementor-widget-html\" data-id=\"b02446e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>WhatsApp Button<\/title>\r\n<style>\r\n  .whatsapp-btn {\r\n    background-color: #25D366;\r\n    color: white;\r\n    padding: 12px 20px;\r\n    border: none;\r\n    border-radius: 8px;\r\n    font-size: 16px;\r\n    cursor: pointer;\r\n    text-decoration: none;\r\n    display: inline-block;\r\n  }\r\n  .whatsapp-btn:hover {\r\n    background-color: #1ebe5d;\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<a class=\"whatsapp-btn\" \r\n   href=\"https:\/\/wa.me\/355698611520?text=Hello%20%2C%0AI%20want%20to%20add%20My%20image%20to%20your%20gallery%0A%5BUpload%20Photo%20Here%5D\" \r\n   target=\"_blank\">\r\n  Send Photo via WhatsApp\r\n<\/a>\r\n\r\n<\/body>\r\n<\/html>\r\n\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>\ud83d\udcf8 Photo Gallery \ud83c\udfa8 Free-Form Gallery \u00d7 \ud83d\udcf8 Share your photo and join our gallery! \ud83c\udfa8 Press the button below [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"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":"","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-742","page","type-page","status-publish","hentry"],"acf":false,"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>gallery - Family Art Guides<\/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:\/\/familyartguides.com\/en\/gallery\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"gallery - Family Art Guides\" \/>\n<meta property=\"og:description\" content=\"\ud83d\udcf8 Photo Gallery \ud83c\udfa8 Free-Form Gallery \u00d7 \ud83d\udcf8 Share your photo and join our gallery! \ud83c\udfa8 Press the button below [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/familyartguides.com\/en\/gallery\/\" \/>\n<meta property=\"og:site_name\" content=\"Family Art Guides\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-25T08:23:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/0f91f4c3-8ad5-4d9d-a33c-2355d39d3f88.jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/familyartguides.com\\\/gallery\\\/\",\"url\":\"https:\\\/\\\/familyartguides.com\\\/gallery\\\/\",\"name\":\"gallery - Family Art Guides\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/familyartguides.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/familyartguides.com\\\/gallery\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/familyartguides.com\\\/gallery\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/familyartguides.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/0f91f4c3-8ad5-4d9d-a33c-2355d39d3f88.jpeg\",\"datePublished\":\"2025-08-23T21:51:05+00:00\",\"dateModified\":\"2025-08-25T08:23:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/familyartguides.com\\\/gallery\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/familyartguides.com\\\/gallery\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/familyartguides.com\\\/gallery\\\/#primaryimage\",\"url\":\"https:\\\/\\\/familyartguides.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/0f91f4c3-8ad5-4d9d-a33c-2355d39d3f88.jpeg\",\"contentUrl\":\"https:\\\/\\\/familyartguides.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/0f91f4c3-8ad5-4d9d-a33c-2355d39d3f88.jpeg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/familyartguides.com\\\/gallery\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/familyartguides.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"gallery\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/familyartguides.com\\\/#website\",\"url\":\"https:\\\/\\\/familyartguides.com\\\/\",\"name\":\"Family Art Guides\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/familyartguides.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/familyartguides.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/familyartguides.com\\\/#organization\",\"name\":\"Family Art Guides\",\"url\":\"https:\\\/\\\/familyartguides.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/familyartguides.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/familyartguides.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cropped-logo_familyartguides-306x66-1.png\",\"contentUrl\":\"https:\\\/\\\/familyartguides.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cropped-logo_familyartguides-306x66-1.png\",\"width\":306,\"height\":66,\"caption\":\"Family Art Guides\"},\"image\":{\"@id\":\"https:\\\/\\\/familyartguides.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"gallery - Family Art Guides","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:\/\/familyartguides.com\/en\/gallery\/","og_locale":"en_US","og_type":"article","og_title":"gallery - Family Art Guides","og_description":"\ud83d\udcf8 Photo Gallery \ud83c\udfa8 Free-Form Gallery \u00d7 \ud83d\udcf8 Share your photo and join our gallery! \ud83c\udfa8 Press the button below [&hellip;]","og_url":"https:\/\/familyartguides.com\/en\/gallery\/","og_site_name":"Family Art Guides","article_modified_time":"2025-08-25T08:23:55+00:00","og_image":[{"url":"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/0f91f4c3-8ad5-4d9d-a33c-2355d39d3f88.jpeg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/familyartguides.com\/gallery\/","url":"https:\/\/familyartguides.com\/gallery\/","name":"gallery - Family Art Guides","isPartOf":{"@id":"https:\/\/familyartguides.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/familyartguides.com\/gallery\/#primaryimage"},"image":{"@id":"https:\/\/familyartguides.com\/gallery\/#primaryimage"},"thumbnailUrl":"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/0f91f4c3-8ad5-4d9d-a33c-2355d39d3f88.jpeg","datePublished":"2025-08-23T21:51:05+00:00","dateModified":"2025-08-25T08:23:55+00:00","breadcrumb":{"@id":"https:\/\/familyartguides.com\/gallery\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/familyartguides.com\/gallery\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/familyartguides.com\/gallery\/#primaryimage","url":"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/0f91f4c3-8ad5-4d9d-a33c-2355d39d3f88.jpeg","contentUrl":"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/0f91f4c3-8ad5-4d9d-a33c-2355d39d3f88.jpeg"},{"@type":"BreadcrumbList","@id":"https:\/\/familyartguides.com\/gallery\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/familyartguides.com\/"},{"@type":"ListItem","position":2,"name":"gallery"}]},{"@type":"WebSite","@id":"https:\/\/familyartguides.com\/#website","url":"https:\/\/familyartguides.com\/","name":"Family Art Guides","description":"","publisher":{"@id":"https:\/\/familyartguides.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/familyartguides.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/familyartguides.com\/#organization","name":"Family Art Guides","url":"https:\/\/familyartguides.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/familyartguides.com\/#\/schema\/logo\/image\/","url":"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/cropped-logo_familyartguides-306x66-1.png","contentUrl":"https:\/\/familyartguides.com\/wp-content\/uploads\/2025\/08\/cropped-logo_familyartguides-306x66-1.png","width":306,"height":66,"caption":"Family Art Guides"},"image":{"@id":"https:\/\/familyartguides.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/familyartguides.com\/en\/wp-json\/wp\/v2\/pages\/742","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/familyartguides.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/familyartguides.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/familyartguides.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/familyartguides.com\/en\/wp-json\/wp\/v2\/comments?post=742"}],"version-history":[{"count":34,"href":"https:\/\/familyartguides.com\/en\/wp-json\/wp\/v2\/pages\/742\/revisions"}],"predecessor-version":[{"id":892,"href":"https:\/\/familyartguides.com\/en\/wp-json\/wp\/v2\/pages\/742\/revisions\/892"}],"wp:attachment":[{"href":"https:\/\/familyartguides.com\/en\/wp-json\/wp\/v2\/media?parent=742"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}