Created
May 7, 2016 03:13
-
-
Save StephenPunwasi/546949a9c52b52d3f4886e2f50a43376 to your computer and use it in GitHub Desktop.
This file contains 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
<script> | |
// Fix for themeforest preview frame | |
if( self != top ) { | |
headTag = document.getElementsByTagName("head")[0].innerHTML; | |
var frameCSS = headTag + '<style type="text/css">@media screen and (max-width:600px){.carousel-item-transparent{max-height:420px;}}</style>'; | |
document.getElementsByTagName('head')[0].innerHTML = frameCSS; | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment