Skip to content

Instantly share code, notes, and snippets.

@guoxiangke
Created February 14, 2014 06:10
Show Gist options
  • Save guoxiangke/8996525 to your computer and use it in GitHub Desktop.
Save guoxiangke/8996525 to your computer and use it in GitHub Desktop.
iFrame: How to show specific part of a webpage using iframe
<div style="overflow: hidden; margin: 15px auto; max-width: 671px;">
<iframe scrolling="no" src="http://www.tudou.com/programs/view/CsD3k0zPQuU" style="border: 0px none; margin-left: 0px; height: 2354px; margin-top: -853px; width: 926px;">
</iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment