Skip to content

Instantly share code, notes, and snippets.

@sdennler
Created June 7, 2016 08:20
Show Gist options
  • Save sdennler/40feadd4d560ea19a57b05a79fe7025e to your computer and use it in GitHub Desktop.
Save sdennler/40feadd4d560ea19a57b05a79fe7025e to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html lang="de">
<head>
<title>Test Iframe</title>
<style>
html {
height: 100%;
overflow: auto;
}
body {
background-color: lightblue;
margin: 0px;
padding: 0px;
overflow: hidden;
height: 100%;
width: 100%;
}
iframe {
background-color: white;
overflow: hidden;
height: 90%;
width: 90%
}
</style>
</head>
<body>
<iframe src="https://jobs.panalpina.com/job/Zurich-Sachbearbeiterin-Seefracht-Export/342227700/?feedId=128400&utm_source=JobsCHutm_campaign=Panalpina_Jobschadimpor"
sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts"
id="jobsFrameBusterBuster" name="jobsFrameBusterBuster"
scrolling="auto"
frameborder="0"
height="100%" width="100%"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment