<html> | |
<head> | |
<style> | |
#target { | |
width: 1800px; | |
height: 1200px; | |
overflow-y: auto; | |
overflow-x: auto; | |
resize: both; | |
position: relative; | |
z-index: 2; | |
} | |
iframe { | |
width: 100%; | |
height: 100%; | |
display: block; | |
border: none; | |
} | |
</style> | |
</head> | |
<body> | |
<div id="target"> | |
<iframe src="https://gem-benchmark.com/results"></iframe> | |
</div> | |
</body> | |
</html> |