Created
November 2, 2015 21:22
-
-
Save DanielJWood/4942b0fd97bf8b550546 to your computer and use it in GitHub Desktop.
iframe for map content type, energy.gov
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="iframe_container"> | |
<iframe src="http://EXAMPLE.GOV"></iframe> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#iframe_container { | |
width: 100%; | |
height: 1200px; /*Desired height goes here*/ | |
} | |
iframe { | |
border: none; | |
width: 100%; | |
height: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't forget to do the following in the cms: