Files
mediacms/__test-iframe/index2.html
Yiannis Christodoulou f1e69f795f fix embed options
2026-01-09 08:45:23 +02:00

30 lines
815 B
HTML

<!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>