<!DOCTYPE html>
<style>
div {
transform: scale(0.5);
}
iframe {
width: 100px;
height: 100px;
}
</style>
<html>
<body>
<div>
<iframe src="page_with_positioned_frame.html"></iframe>
</div>
</body>
</html>
<!DOCTYPE html>
<style>
div {
transform: scale(0.5);
}
iframe {
width: 100px;
height: 100px;
}
</style>
<html>
<body>
<div>
<iframe src="page_with_positioned_frame.html"></iframe>
</div>
</body>
</html>