updating some css
This commit is contained in:
parent
325cf3640a
commit
9fede539cf
|
@ -3,3 +3,7 @@
|
|||
.pt-vid {
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
#v-frame {
|
||||
background-color: black;
|
||||
}
|
||||
|
|
|
@ -6,6 +6,17 @@
|
|||
|
||||
<iframe id="v-frame" width="100%" frameborder="0" allow="clipboard-write" height="800px" src=https://secure.myvanco.com/L-Z772 scrolling="yes"></iframe>
|
||||
|
||||
<script type="application/javascript">
|
||||
window.onmessage=(e=>{const n=document.getElementById("v-frame");https://secure.myvanco.com===e.origin&&e.data.height&&(n.height=e.data.height,n.overflow="hidden")});
|
||||
</script>
|
||||
<!-- <script type="application/javascript"> -->
|
||||
<!-- window.onmessage=(e=>{const n=document.getElementById("v-frame");https:\/\/secure.myvanco.com===e.origin&&e.data.height&&(n.height=e.data.height,n.overflow="hidden")}); -->
|
||||
<!-- </script> -->
|
||||
|
||||
<!-- <script type="application/javascript"> -->
|
||||
<!-- var x = document.getElementById("v-frame"); -->
|
||||
<!-- console.log("AHHHHHHHHHHHHHH!"); -->
|
||||
<!-- var y = (x.contentWindow || x.contentDocument); -->
|
||||
<!-- if (y.document) -->
|
||||
<!-- y = y.document; -->
|
||||
<!-- console.log(y.body.style.backgroundColor); -->
|
||||
<!-- y.body.style.backgroundColor = "#1e293b"; -->
|
||||
<!-- console.log(y.body.root.style.backgroundColor); -->
|
||||
<!-- </script> -->
|
||||
|
|
Loading…
Reference in a new issue