MCP-CMS: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
112 bytes added ,  12 April 2024
no edit summary
No edit summary
No edit summary
Line 206: Line 206:
}
}
video.onplay = (event) => {
video.onplay = (event) => {
video.height = "600";
    let w = video.videoWidth;
return false;
    let h = video.videoHeight;
 
    if (w && h) {
      video.style.width = 2*w;
      video.style.height = 2*h;
    }
};
};
</script><br><img width=150 align=right src=https://juan.ai-integration.biz/xasppage/xasppage.pl?XASPPAGE_STYLE=0&P=MCPCMS>
</script><br><img width=150 align=right src=https://juan.ai-integration.biz/xasppage/xasppage.pl?XASPPAGE_STYLE=0&P=MCPCMS>
</html>
</html>

Navigation menu