uawdijnntqw1x1x1
IP : 216.73.216.201
Hostname : odin2.mydev24.com
Kernel : Linux odin2.mydev24.com 5.14.0-611.41.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 19 03:50:11 EDT 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
hrpsychology
/
public_html
/
soulfood.gr
/
old_!
/
..
/
..
/
podcast
/
iframe.html
/
/
<html> <head><Title>Podcast</Title> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .iframe-container { position: fixed; /* Fixed positioning to stay in place during scroll */ top: 0; left: 0; width: 100vw; /* 100% of the viewport width */ height: 100vh; /* 100% of the viewport height */ overflow: hidden; /* Hide the overflow to clip the iframe */ z-index: 9999; /* Ensure it's on top, if needed */ } .clipped-iframe { position: absolute; top: -120px; /* Adjust as necessary to clip the desired part */ left: -100px; /* Adjust as necessary to clip the desired part */ width: 1280px; /* Full width of the iframe content, adjust as needed */ height: 800px; /* Full height of the iframe content, adjust as needed */ } .responsive-iframe-container { position: relative; overflow: hidden; padding-top: 56.25%; /* 16:9 Aspect Ratio */ height: 100vh; } .responsive-iframe-container iframe { position: absolute; top: -80; left: 0; width: 100%; height: 100%; border: none; } </style> </head> <body> <div class="responsive-iframe-container"> <iframe src="https://podcasters.spotify.com/pod/show/soulfood-for-thought" allowfullscreen></iframe> </div> <script> // Adjust the iframe container to full viewport size function adjustIframeContainer() { var container = document.querySelector('.iframe-container'); container.style.width = window.innerWidth + 'px'; container.style.height = window.innerHeight + 'px'; } // Initial adjustment adjustIframeContainer(); // Adjust on window resize window.onresize = adjustIframeContainer; </script> </body> </html>
/home/hrpsychology/public_html/soulfood.gr/old_!/../../podcast/iframe.html