{"title":"Codetest ","description":"\u003cstyle\u003e\n        #image-container {\n            width: 450px;\n            height: 300px;\n            position: relative;\n            cursor: pointer;\n        }\n\n        #toggle-image {\n            width: 100%;\n            height: 100%;\n        }\n\n        #overlay-text, #example-text {\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            color: white;\n            font-size: 24px;\n        }\n\n        #example-text {\n            top: 90%; \/* Adjusted to position at the bottom *\/\n            font-size: 14px; \/* Smaller font for the disclaimer *\/\n            display: none; \/* Hidden by default *\/\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv id=\"image-container\" onclick=\"toggleImage()\"\u003e\n\n\u003cimg id=\"toggle-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/8179\/3103\/files\/DemingranchesMain3aA.png?v=1745768899\" alt=\"Image terrestre\"\u003e\n\u003cdiv id=\"overlay-text\"\u003e Cliquez pour la cabine\u003c\/div\u003e\n\n\u003cdiv id=\"example-text\"\u003e La cabane est présentée à titre d'exemple uniquement et ne se trouve pas réellement sur le terrain.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n    function toggleImage() {\n        var image = document.getElementById('toggle-image');\n        var overlayText = document.getElementById('overlay-text');\n        var exampleText = document.getElementById('example-text');\n        if (image.src.includes(\"DemingranchesMain3aA.png\")) {\n            image.src = \"https:\/\/onlinelandsales.com\/DALL%C2%B7E%202023-11-12%2020.06.34%20-%20Place%20a%20nice%20modern%20cabin%20with%20covered%20patio%20on%20the%20land,%20that%20will%20compliment%20the%20terrain.png\";\n            overlayText.style.display = 'none';\n            exampleText.style.display = 'block'; \/\/ Show the disclaimer text\n        } else {\n            image.src = \"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/8179\/3103\/files\/DemingranchesMain3aA.png?v=1745768899\";\n            overlayText.style.display = 'block';\n            exampleText.style.display = 'none'; \/\/ Hide the disclaimer text\n        }\n    }\n\u003c\/script\u003e","products":[],"url":"https:\/\/store.onlinelandsales.com\/fr\/collections\/codetest.oembed","provider":"Onlinelandsales","version":"1.0","type":"link"}