Skip to content

Instantly share code, notes, and snippets.

View ttimbers's full-sized avatar

Tiffany A. Timbers ttimbers

View GitHub Profile
@mohandere
mohandere / child.js
Last active June 9, 2020 03:39
Iframe height issue - make iframe height dynamic based on content inside
(function(){
'use-strict';
/**
* Iframe to Parent window communication
* sample iframe- <iframe id="guestFrame" name="guestFrame" src="http://other-domain.com/">
* </iframe>
* Uses https://ternarylabs.github.io/porthole/
* Uses https://marcj.github.io/css-element-queries/