{"id":989847,"date":"2026-09-21T05:27:14","date_gmt":"2026-09-21T05:27:14","guid":{"rendered":"https:\/\/www.lechiuse.com\/?page_id=989847"},"modified":"2026-09-21T05:44:40","modified_gmt":"2026-09-21T05:44:40","slug":"video","status":"publish","type":"page","link":"https:\/\/www.lechiuse.com\/index.php\/video\/","title":{"rendered":"video"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"989847\" class=\"elementor elementor-989847\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b3db096 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b3db096\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8c81778\" data-id=\"8c81778\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a1f418d elementor-widget elementor-widget-html\" data-id=\"a1f418d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n<style>\r\n.youtube-shorts-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(4, 1fr);\r\n    gap: 22px;\r\n    width: 100%;\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n}\r\n\r\n.youtube-short-card {\r\n    position: relative;\r\n    width: 100%;\r\n    aspect-ratio: 9 \/ 16;\r\n    overflow: hidden;\r\n    border-radius: 10px;\r\n    cursor: pointer;\r\n    background: #111;\r\n    transition: transform .25s ease, box-shadow .25s ease;\r\n}\r\n\r\n.youtube-short-card:hover {\r\n    transform: translateY(-4px);\r\n    box-shadow: 0 12px 30px rgba(0,0,0,.25);\r\n}\r\n\r\n.youtube-short-card img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    display: block;\r\n}\r\n\r\n.youtube-short-overlay {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: rgba(0,0,0,.12);\r\n    transition: background .25s ease;\r\n}\r\n\r\n.youtube-short-card:hover .youtube-short-overlay {\r\n    background: rgba(0,0,0,.30);\r\n}\r\n\r\n.youtube-short-play {\r\n    position: absolute;\r\n    left: 50%;\r\n    top: 50%;\r\n    transform: translate(-50%,-50%);\r\n    width: 64px;\r\n    height: 64px;\r\n    border-radius: 50%;\r\n    background: rgba(255,255,255,.95);\r\n    box-shadow: 0 5px 20px rgba(0,0,0,.35);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    transition: transform .25s ease;\r\n}\r\n\r\n.youtube-short-play:after {\r\n    content: \"\";\r\n    margin-left: 5px;\r\n    width: 0;\r\n    height: 0;\r\n    border-top: 11px solid transparent;\r\n    border-bottom: 11px solid transparent;\r\n    border-left: 17px solid #000;\r\n}\r\n\r\n.youtube-short-card:hover .youtube-short-play {\r\n    transform: translate(-50%,-50%) scale(1.1);\r\n}\r\n\r\n\r\n\/* POPUP *\/\r\n\r\n.youtube-popup {\r\n    display: none;\r\n    position: fixed !important;\r\n    inset: 0 !important;\r\n    width: 100vw !important;\r\n    height: 100vh !important;\r\n    background: rgba(0,0,0,.90);\r\n    z-index: 999999999 !important;\r\n    align-items: center;\r\n    justify-content: center;\r\n    padding: 20px;\r\n}\r\n\r\n.youtube-popup.is-open {\r\n    display: flex !important;\r\n}\r\n\r\n.youtube-popup-content {\r\n    position: relative;\r\n    width: min(420px, 90vw);\r\n    height: min(750px, 90vh);\r\n    background: #000;\r\n    border-radius: 10px;\r\n    overflow: hidden;\r\n    box-shadow: 0 20px 60px rgba(0,0,0,.6);\r\n}\r\n\r\n.youtube-popup iframe {\r\n    width: 100%;\r\n    height: 100%;\r\n    border: 0;\r\n    display: block;\r\n}\r\n\r\n.youtube-popup-close {\r\n    position: fixed;\r\n    top: 20px;\r\n    right: 25px;\r\n    z-index: 1000000000 !important;\r\n    width: 46px;\r\n    height: 46px;\r\n    border: 0;\r\n    border-radius: 50%;\r\n    background: #fff;\r\n    color: #000;\r\n    font-size: 30px;\r\n    line-height: 40px;\r\n    cursor: pointer;\r\n    padding: 0;\r\n}\r\n\r\n\r\n\/* TABLET *\/\r\n\r\n@media (max-width: 1024px) {\r\n    .youtube-shorts-grid {\r\n        grid-template-columns: repeat(2, 1fr);\r\n        gap: 18px;\r\n    }\r\n}\r\n\r\n\r\n\/* SMARTPHONE *\/\r\n\r\n@media (max-width: 600px) {\r\n    .youtube-shorts-grid {\r\n        grid-template-columns: repeat(2, 1fr);\r\n        gap: 12px;\r\n    }\r\n\r\n    .youtube-short-play {\r\n        width: 52px;\r\n        height: 52px;\r\n    }\r\n\r\n    .youtube-short-play:after {\r\n        border-top-width: 9px;\r\n        border-bottom-width: 9px;\r\n        border-left-width: 14px;\r\n    }\r\n\r\n    .youtube-popup-content {\r\n        width: 90vw;\r\n        height: 80vh;\r\n    }\r\n}\r\n<\/style>\r\n\r\n\r\n<!-- GALLERIA -->\r\n\r\n<div class=\"youtube-shorts-grid\">\r\n\r\n    <div class=\"youtube-short-card\" data-video=\"opGo-YxLwao\">\r\n        <img decoding=\"async\" src=\"https:\/\/i.ytimg.com\/vi\/opGo-YxLwao\/hqdefault.jpg\" alt=\"YouTube Short\">\r\n        <div class=\"youtube-short-overlay\"><\/div>\r\n        <div class=\"youtube-short-play\"><\/div>\r\n    <\/div>\r\n\r\n    <div class=\"youtube-short-card\" data-video=\"i15KwISBGZ4\">\r\n        <img decoding=\"async\" src=\"https:\/\/i.ytimg.com\/vi\/i15KwISBGZ4\/hqdefault.jpg\" alt=\"YouTube Short\">\r\n        <div class=\"youtube-short-overlay\"><\/div>\r\n        <div class=\"youtube-short-play\"><\/div>\r\n    <\/div>\r\n\r\n    <div class=\"youtube-short-card\" data-video=\"tCRPbt5XdYU\">\r\n        <img decoding=\"async\" src=\"https:\/\/i.ytimg.com\/vi\/tCRPbt5XdYU\/hqdefault.jpg\" alt=\"YouTube Short\">\r\n        <div class=\"youtube-short-overlay\"><\/div>\r\n        <div class=\"youtube-short-play\"><\/div>\r\n    <\/div>\r\n\r\n    <div class=\"youtube-short-card\" data-video=\"VNtemW_wsLw\">\r\n        <img decoding=\"async\" src=\"https:\/\/i.ytimg.com\/vi\/VNtemW_wsLw\/hqdefault.jpg\" alt=\"YouTube Short\">\r\n        <div class=\"youtube-short-overlay\"><\/div>\r\n        <div class=\"youtube-short-play\"><\/div>\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n\r\n<!-- POPUP -->\r\n\r\n<div class=\"youtube-popup\" id=\"youtube-shorts-popup\">\r\n\r\n    <button class=\"youtube-popup-close\" type=\"button\" aria-label=\"Chiudi\">\r\n        \u00d7\r\n    <\/button>\r\n\r\n    <div class=\"youtube-popup-content\">\r\n\r\n        <iframe\r\n            id=\"youtube-shorts-iframe\"\r\n            src=\"\"\r\n            title=\"YouTube video\"\r\n            allow=\"autoplay; encrypted-media; picture-in-picture; fullscreen\"\r\n            allowfullscreen>\r\n        <\/iframe>\r\n\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n\r\n<script>\r\n(function () {\r\n\r\n    function initYouTubeShorts() {\r\n\r\n        const cards = document.querySelectorAll('.youtube-short-card');\r\n        const popup = document.getElementById('youtube-shorts-popup');\r\n        const iframe = document.getElementById('youtube-shorts-iframe');\r\n        const closeButton = popup\r\n            ? popup.querySelector('.youtube-popup-close')\r\n            : null;\r\n\r\n        if (!cards.length || !popup || !iframe || !closeButton) {\r\n            return;\r\n        }\r\n\r\n        \/* APERTURA VIDEO *\/\r\n\r\n        cards.forEach(function(card) {\r\n\r\n            card.onclick = function() {\r\n\r\n                const videoID = this.getAttribute('data-video');\r\n\r\n                iframe.src =\r\n                    'https:\/\/www.youtube-nocookie.com\/embed\/' +\r\n                    videoID +\r\n                    '?autoplay=1&rel=0';\r\n\r\n                popup.classList.add('is-open');\r\n\r\n                document.body.style.overflow = 'hidden';\r\n            };\r\n\r\n        });\r\n\r\n\r\n        \/* CHIUSURA *\/\r\n\r\n        function closePopup() {\r\n\r\n            popup.classList.remove('is-open');\r\n\r\n            iframe.src = '';\r\n\r\n            document.body.style.overflow = '';\r\n        }\r\n\r\n\r\n        closeButton.onclick = function(e) {\r\n            e.preventDefault();\r\n            e.stopPropagation();\r\n            closePopup();\r\n        };\r\n\r\n\r\n        \/* CLIC SULLO SFONDO *\/\r\n\r\n        popup.onclick = function(e) {\r\n\r\n            if (e.target === popup) {\r\n                closePopup();\r\n            }\r\n\r\n        };\r\n\r\n\r\n        \/* TASTO ESC *\/\r\n\r\n        document.addEventListener('keydown', function(e) {\r\n\r\n            if (e.key === 'Escape') {\r\n                closePopup();\r\n            }\r\n\r\n        });\r\n\r\n    }\r\n\r\n\r\n    \/* Funziona sia nella pagina normale che dentro Elementor *\/\r\n\r\n    if (document.readyState === 'loading') {\r\n        document.addEventListener('DOMContentLoaded', initYouTubeShorts);\r\n    } else {\r\n        initYouTubeShorts();\r\n    }\r\n\r\n})();\r\n<\/script>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u00d7<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-989847","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>video - Le Chiuse<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"video - Le Chiuse\" \/>\n<meta property=\"og:description\" content=\"\u00d7\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.lechiuse.com\/index.php\/video\/\" \/>\n<meta property=\"og:site_name\" content=\"Le Chiuse\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-21T05:44:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.ytimg.com\/vi\/opGo-YxLwao\/hqdefault.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.lechiuse.com\\\/index.php\\\/video\\\/\",\"url\":\"https:\\\/\\\/www.lechiuse.com\\\/index.php\\\/video\\\/\",\"name\":\"video - Le Chiuse\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.lechiuse.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.lechiuse.com\\\/index.php\\\/video\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.lechiuse.com\\\/index.php\\\/video\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i.ytimg.com\\\/vi\\\/opGo-YxLwao\\\/hqdefault.jpg\",\"datePublished\":\"2026-09-21T05:27:14+00:00\",\"dateModified\":\"2026-09-21T05:44:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.lechiuse.com\\\/index.php\\\/video\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.lechiuse.com\\\/index.php\\\/video\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/www.lechiuse.com\\\/index.php\\\/video\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i.ytimg.com\\\/vi\\\/opGo-YxLwao\\\/hqdefault.jpg\",\"contentUrl\":\"https:\\\/\\\/i.ytimg.com\\\/vi\\\/opGo-YxLwao\\\/hqdefault.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.lechiuse.com\\\/index.php\\\/video\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.lechiuse.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"video\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.lechiuse.com\\\/#website\",\"url\":\"https:\\\/\\\/www.lechiuse.com\\\/\",\"name\":\"Le Chiuse\",\"description\":\"Le Chiuse Montalcino\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.lechiuse.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.lechiuse.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.lechiuse.com\\\/#organization\",\"name\":\"Le Chiuse\",\"url\":\"https:\\\/\\\/www.lechiuse.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/www.lechiuse.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.lechiuse.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/logochiuseoff.png\",\"contentUrl\":\"https:\\\/\\\/www.lechiuse.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/logochiuseoff.png\",\"width\":561,\"height\":348,\"caption\":\"Le Chiuse\"},\"image\":{\"@id\":\"https:\\\/\\\/www.lechiuse.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"video - Le Chiuse","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"it_IT","og_type":"article","og_title":"video - Le Chiuse","og_description":"\u00d7","og_url":"https:\/\/www.lechiuse.com\/index.php\/video\/","og_site_name":"Le Chiuse","article_modified_time":"2026-09-21T05:44:40+00:00","og_image":[{"url":"https:\/\/i.ytimg.com\/vi\/opGo-YxLwao\/hqdefault.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.lechiuse.com\/index.php\/video\/","url":"https:\/\/www.lechiuse.com\/index.php\/video\/","name":"video - Le Chiuse","isPartOf":{"@id":"https:\/\/www.lechiuse.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.lechiuse.com\/index.php\/video\/#primaryimage"},"image":{"@id":"https:\/\/www.lechiuse.com\/index.php\/video\/#primaryimage"},"thumbnailUrl":"https:\/\/i.ytimg.com\/vi\/opGo-YxLwao\/hqdefault.jpg","datePublished":"2026-09-21T05:27:14+00:00","dateModified":"2026-09-21T05:44:40+00:00","breadcrumb":{"@id":"https:\/\/www.lechiuse.com\/index.php\/video\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.lechiuse.com\/index.php\/video\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.lechiuse.com\/index.php\/video\/#primaryimage","url":"https:\/\/i.ytimg.com\/vi\/opGo-YxLwao\/hqdefault.jpg","contentUrl":"https:\/\/i.ytimg.com\/vi\/opGo-YxLwao\/hqdefault.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.lechiuse.com\/index.php\/video\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.lechiuse.com\/"},{"@type":"ListItem","position":2,"name":"video"}]},{"@type":"WebSite","@id":"https:\/\/www.lechiuse.com\/#website","url":"https:\/\/www.lechiuse.com\/","name":"Le Chiuse","description":"Le Chiuse Montalcino","publisher":{"@id":"https:\/\/www.lechiuse.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.lechiuse.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/www.lechiuse.com\/#organization","name":"Le Chiuse","url":"https:\/\/www.lechiuse.com\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.lechiuse.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.lechiuse.com\/wp-content\/uploads\/2026\/04\/logochiuseoff.png","contentUrl":"https:\/\/www.lechiuse.com\/wp-content\/uploads\/2026\/04\/logochiuseoff.png","width":561,"height":348,"caption":"Le Chiuse"},"image":{"@id":"https:\/\/www.lechiuse.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.lechiuse.com\/index.php\/wp-json\/wp\/v2\/pages\/989847","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lechiuse.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.lechiuse.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.lechiuse.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lechiuse.com\/index.php\/wp-json\/wp\/v2\/comments?post=989847"}],"version-history":[{"count":19,"href":"https:\/\/www.lechiuse.com\/index.php\/wp-json\/wp\/v2\/pages\/989847\/revisions"}],"predecessor-version":[{"id":989869,"href":"https:\/\/www.lechiuse.com\/index.php\/wp-json\/wp\/v2\/pages\/989847\/revisions\/989869"}],"wp:attachment":[{"href":"https:\/\/www.lechiuse.com\/index.php\/wp-json\/wp\/v2\/media?parent=989847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}