Skip to content

Instantly share code, notes, and snippets.

@DanielJWood
Created November 2, 2015 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielJWood/4942b0fd97bf8b550546 to your computer and use it in GitHub Desktop.
Save DanielJWood/4942b0fd97bf8b550546 to your computer and use it in GitHub Desktop.
iframe for map content type, energy.gov
<div id="iframe_container">
<iframe src="http://EXAMPLE.GOV"></iframe>
</div>
#iframe_container {
width: 100%;
height: 1200px; /*Desired height goes here*/
}
iframe {
border: none;
width: 100%;
height: 100%;
}
@DanielJWood
Copy link
Author

Don't forget to do the following in the cms:

  • ADD A THUMBNAIL PHOTO!!!!
  • Hide the title if you want to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment