Skip to content

Instantly share code, notes, and snippets.

@haruhiko-zht
Created October 10, 2018 01:40
Show Gist options
  • Save haruhiko-zht/9442a324bc4976641a18e991e9fd413a to your computer and use it in GitHub Desktop.
Save haruhiko-zht/9442a324bc4976641a18e991e9fd413a to your computer and use it in GitHub Desktop.
iframe-picture_modal
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/stylesheet.css">
<script src="js/jquery-3.3.1.min.js"></script>
</head>
<body>
<iframe id="iframe-child" src="child.html"></iframe>
<script src="js/script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment