Skip to content

Instantly share code, notes, and snippets.

@blairanderson
Created March 27, 2015 01:22
Show Gist options
  • Save blairanderson/0dd6317b890f83a933e6 to your computer and use it in GitHub Desktop.
Save blairanderson/0dd6317b890f83a933e6 to your computer and use it in GitHub Desktop.
repairshopr

our widget is an iframes, and can only do what your site allows

the iframe cannot make your page taller, but you can make your page taller and the iframe will expand down.

Try this:

.rs-widget-container {
  position: relative;
  height: 2700px; 
}

instead of:

.rs-widget-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment