fix embed options

This commit is contained in:
Yiannis Christodoulou
2026-01-08 10:27:44 +02:00
parent c54e46c412
commit f1e69f795f
9 changed files with 2399 additions and 2333 deletions

29
__test-iframe/index2.html Normal file
View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MediaCMS Embed Test</title>
<style>
/* CSS Reset for full-page iframe */
html,
body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
background-color: #000;
}
</style>
</head>
<body>
<iframe
src="http://localhost/embed?m=6WShYNxZx&showTitle=1&showRelated=1&showUserAvatar=0&linkTitle=0"
width="100%"
height="100%"
frameborder="0"
allowfullscreen
></iframe>
</body>
</html>