Skip to content

Instantly share code, notes, and snippets.

@psynewave
Created May 9, 2025 17:40
Show Gist options
  • Save psynewave/68d5a556f860a2c1abc3815ce817b644 to your computer and use it in GitHub Desktop.
Save psynewave/68d5a556f860a2c1abc3815ce817b644 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Market Explorer Embed</title>
<style>
html,body{height:100%;margin:0;padding:0;}
#pageContainer{display:flex;flex-direction:column;height:100%;}
#iframeWrapper{flex:1;min-height:0;position:relative;}
#marketExplorer{width:100%;height:100%;border:1px solid #ccc;}
</style>
</head>
<body>
<section id="market-explorer-section" style="padding:48px 0;background:#f8f8f8;">
<div id="pageContainer">
<div id="otherContent">
<h2 class="lp-h2">Market Explorer</h2>
<p>Browse live MLS data right here:</p>
</div>
<div id="iframeWrapper">
<iframe
id="marketExplorer"
src="https://mlslcmscdn-cdn.mlslmedia.com/cms/content?root=public+site&path=embed/marketexplorer&v=1"
allowfullscreen>
</iframe>
</div>
</div>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment