Last active
          October 9, 2025 22:49 
        
      - 
      
- 
        Save leowebguy/a16c66f98fe8f1daa0ba to your computer and use it in GitHub Desktop. 
Revisions
- 
        leowebdev revised this gist Nov 16, 2015 . No changes.There are no files selected for viewing
- 
        leowebdev revised this gist Nov 16, 2015 . 1 changed file with 0 additions and 11 deletions.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -33,14 +33,3 @@ </iframe> </body> </html> 
- 
        leowebdev created this gist Nov 16, 2015 .There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,46 @@ <html lang="en" class="no-js"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <style> html body {width: 100%;height: 100%;padding: 0px;margin: 0px;overflow: hidden;font-family: arial;font-size: 10px;color: #6e6e6e;background-color: #000;} #preview-frame {width: 100%;background-color: #fff;}</style> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script> //function to fix height of iframe! var calcHeight = function() { //var headerDimensions = 0; //$('#header-bar').height(); $('#preview-frame').height($(window).height()); } $(document).ready(function() { calcHeight(); /*$('#header-bar a.close').mouseover(function() { $('#header-bar a.close').addClass('activated'); }).mouseout(function() { $('#header-bar a.close').removeClass('activated'); });*/ }); $(window).resize(function() { calcHeight(); }).load(function() { calcHeight(); }); </script> </head> <body> <iframe id="preview-frame" src="https://oatweb1.myshopify.com/" name="preview-frame" frameborder="0" noresize="noresize" style="height: 902px;"> </iframe> </body> </html> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-39084112-8', 'auto'); ga('send', 'pageview'); </script>