{"id":87,"date":"2023-10-20T22:50:36","date_gmt":"2023-10-20T20:50:36","guid":{"rendered":"https:\/\/www.nicolasetpimprenelle.fr\/np\/?page_id=87"},"modified":"2023-10-20T23:15:05","modified_gmt":"2023-10-20T21:15:05","slug":"la-motricite-libre-en-photos","status":"publish","type":"page","link":"https:\/\/www.nicolasetpimprenelle.fr\/np\/la-motricite-libre-en-photos\/","title":{"rendered":"La Motricit\u00e9 Libre en Photos"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n  <style>\n    \/* Styling for the image grid *\/\n    .image-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 10px;\n    }\n\n    .image-item {\n      position: relative;\n      cursor: pointer;\n    }\n\n    .image-item img {\n      max-width: 100%;\n      height: auto;\n    }\n\n    \/* Styling for the image popup *\/\n    .image-popup {\n      display: none;\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: rgba(0, 0, 0, 0.8);\n      text-align: center;\n    }\n\n    .popup-image {\n      max-height: 90%;\n      max-width: 90%;\n      margin: auto;\n      position: absolute;\n      top: 0;\n      bottom: 0;\n      left: 0;\n      right: 0;\n    }\n\n    .popup-navigation {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      width: 100%;\n      display: flex;\n      justify-content: space-between;\n    }\n\n    .popup-arrow {\n      font-size: 2em;\n      cursor: pointer;\n      color: white;\n    }\n\n    .close-button {\n      position: absolute;\n      top: 10px;\n      left: 10px;\n      font-size: 1.5em;\n      cursor: pointer;\n      color: white;\n    }\n  <\/style>\n<\/head>\n<body id=\"popup-opened\">\n  <div class=\"image-grid\">\n    <div class=\"image-item\">\n      <img src=\"https:\/\/www.nicolasetpimprenelle.fr\/np\/wp-content\/uploads\/2023\/10\/0V6A2242-1024x683.jpg\" alt=\"Image 1\">\n    <\/div>\n    <div class=\"image-item\">\n      <img src=\"https:\/\/www.nicolasetpimprenelle.fr\/np\/wp-content\/uploads\/2023\/10\/04-1024x683.jpg\" alt=\"Image 2\">\n    <\/div>\n    <div class=\"image-item\">\n      <img src=\"https:\/\/www.nicolasetpimprenelle.fr\/np\/wp-content\/uploads\/2023\/10\/03-1024x719.jpg\" alt=\"Image 3\">\n    <\/div>\n    <div class=\"image-item\">\n      <img src=\"https:\/\/www.nicolasetpimprenelle.fr\/np\/wp-content\/uploads\/2023\/10\/02-1024x683.jpg\" alt=\"Image 4\">\n    <\/div>\n  <\/div>\n\n  <div class=\"image-popup\" id=\"popup\">\n    <span class=\"close-button\" id=\"close-popup-button\" onclick=\"closePopup()\">&times;<\/span>\n    <img class=\"popup-image\" id=\"popup-image\" src=\"\" alt=\"Popup Image\">\n    <div class=\"popup-navigation\">\n      <span class=\"popup-arrow\" id=\"prev-arrow\" onclick=\"prevImage()\">&lt;<\/span>\n      <span class=\"popup-arrow\" id=\"next-arrow\" onclick=\"nextImage()\">&gt;<\/span>\n    <\/div>\n  <\/div>\n\n  <script>\n    const images = document.querySelectorAll('.image-item img');\n    const popup = document.getElementById('popup');\n    const popupImage = document.getElementById('popup-image');\n    const closePopupButton = document.getElementById('close-popup-button');\n    const prevArrow = document.getElementById('prev-arrow');\n    const nextArrow = document.getElementById('next-arrow');\n    let currentIndex = 0;\n\n    \/\/ Open the popup and display the clicked image\n    function openPopup(index) {\n      popup.style.display = 'block';\n      popupImage.src = images[index].src;\n      currentIndex = index;\n    }\n\n    \/\/ Close the popup\n    function closePopup() {\n      popup.style.display = 'none';\n    }\n\n    \/\/ Handle navigation to the previous image\n    function prevImage() {\n      currentIndex = (currentIndex - 1 + images.length) % images.length;\n      popupImage.src = images[currentIndex].src;\n    }\n\n    \/\/ Handle navigation to the next image\n    function nextImage() {\n      currentIndex = (currentIndex + 1) % images.length;\n      popupImage.src = images[currentIndex].src;\n    }\n\n    \/\/ Attach click event listeners to the images\n    images.forEach((image, index) => {\n      image.addEventListener('click', () => openPopup(index));\n    });\n\n    \/\/ Attach click event listener to the close button\n    closePopupButton.addEventListener('click', closePopup);\n\n    \/\/ Close the popup when clicking outside the image\n    popup.addEventListener('click', (e) => {\n      if (e.target === popup) {\n        closePopup();\n      }\n    });\n\n    \/\/ Close the popup when the \"Escape\" key is pressed\n    document.addEventListener('keydown', (e) => {\n      if (e.key === 'Escape') {\n        closePopup();\n      }\n    });\n  <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>&times; &lt; &gt;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/www.nicolasetpimprenelle.fr\/np\/wp-json\/wp\/v2\/pages\/87"}],"collection":[{"href":"https:\/\/www.nicolasetpimprenelle.fr\/np\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.nicolasetpimprenelle.fr\/np\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.nicolasetpimprenelle.fr\/np\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nicolasetpimprenelle.fr\/np\/wp-json\/wp\/v2\/comments?post=87"}],"version-history":[{"count":10,"href":"https:\/\/www.nicolasetpimprenelle.fr\/np\/wp-json\/wp\/v2\/pages\/87\/revisions"}],"predecessor-version":[{"id":105,"href":"https:\/\/www.nicolasetpimprenelle.fr\/np\/wp-json\/wp\/v2\/pages\/87\/revisions\/105"}],"wp:attachment":[{"href":"https:\/\/www.nicolasetpimprenelle.fr\/np\/wp-json\/wp\/v2\/media?parent=87"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}