Widget:Project portfolio Iframe

Revision as of 12:28, 30 April 2024 by Dpaine (talk | contribs) (Created page with "<div id="container" style="cursor: pointer; border: 1px solid #ccc; padding: 10px; margin: 10px;"> <img id="runImage" src="https://docs.analytica.com/images/2/25/Ev-vs-ice-1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 <img id="runImage" src="https://docs.analytica.com/images/2/25/Ev-vs-ice-1.png" style="width: 100%; height: 100%;">

<script> document.addEventListener('DOMContentLoaded', function () {

 function showIframe() {
   // Hide the image
   document.getElementById('runImage').style.display = 'none';
   // Create and configure the iframe
   const iframe = document.createElement('iframe');
   iframe.src = ‘https://acp.analytica.com/view?invite=4711&code=3885603542485212689’;
   iframe.style.width = '800px'; // Adjusted width to match the image width
   iframe.style.height = '451px'; // Adjusted height to match the image height
   iframe.style.border = 'none'; // Optional: Remove border
   // Append the iframe to the container
   document.getElementById('container').appendChild(iframe);
 }
 // Add click event listener to the image container
 document.getElementById('container').addEventListener('click', showIframe);

}); </script>

 <img id="runImage" src="docs.analytica.com/index.php/File:Ev-vs-ice-1.png" width="1211" height="637" style="width: 100%; height: auto;">